mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
Apply suggestions from code review
Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
This commit is contained in:
@@ -75,7 +75,7 @@ module Vuex {
|
||||
|
||||
/**
|
||||
* Gets the options object passed to a Vuex store creation or one of its modules,
|
||||
* with `namespace` bound its namespace.
|
||||
* with `namespace` bound to the namespace of the store.
|
||||
*/
|
||||
API::Node storeConfigObject(string namespace) {
|
||||
result = vuex().getMember("Store").getParameter(0) and namespace = ""
|
||||
|
||||
Reference in New Issue
Block a user