feat: add version to returned object in new-settings-loader.js:load()
This commit is contained in:
parent
e93c7f06c0
commit
430ca16cc5
1 changed files with 1 additions and 0 deletions
|
|
@ -256,6 +256,7 @@ function load(versionId) {
|
|||
t.batch([loadConfig(t, versionId), _loadAccounts(t)]).then(
|
||||
([config, accounts]) => ({
|
||||
config,
|
||||
version: versionId,
|
||||
accounts,
|
||||
}),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue