Typo: noneCode => nonCode (#607)

This commit is contained in:
Adam Chalmers
2023-09-18 17:14:12 -06:00
committed by GitHub
parent 76e3207251
commit 24a31c94e7
7 changed files with 96 additions and 96 deletions

View File

@ -322,7 +322,7 @@ export const useStore = create<StoreState>()(
end: 0,
body: [],
nonCodeMeta: {
noneCodeNodes: {},
nonCodeNodes: {},
start: null,
},
},
@ -554,7 +554,7 @@ async function executeCode({
end: 0,
body: [],
nonCodeMeta: {
noneCodeNodes: {},
nonCodeNodes: {},
start: null,
},
},