??????
This commit is contained in:
parent
ca6a209376
commit
43a2d30e2c
1 changed files with 1 additions and 1 deletions
2
app.js
2
app.js
|
@ -23,7 +23,7 @@ let schema = buildSchema(`
|
|||
`);
|
||||
|
||||
let root = {
|
||||
sisOpen({ id }) {
|
||||
isOpen({ id }) {
|
||||
let open = cache.get(id);
|
||||
return { open };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue