Update some/deep/folder/test.js
This commit is contained in:
parent
66719555bd
commit
1be9d62841
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ export async function doSomething() {
|
|||
detail: false
|
||||
});
|
||||
|
||||
// some edits...
|
||||
|
||||
for (const [k, v] of object.entries(res)) {
|
||||
elements[k] = v;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue