This commit is contained in:
ryzetech 2023-01-19 08:29:27 +01:00
parent ca6a209376
commit 43a2d30e2c
1 changed files with 1 additions and 1 deletions

2
app.js
View File

@ -23,7 +23,7 @@ let schema = buildSchema(`
`);
let root = {
sisOpen({ id }) {
isOpen({ id }) {
let open = cache.get(id);
return { open };
}