diff options
author | Aubrey-Li <63608597+Aubrey-Li@users.noreply.github.com> | 2021-07-24 11:15:04 -0700 |
---|---|---|
committer | Aubrey-Li <63608597+Aubrey-Li@users.noreply.github.com> | 2021-07-24 11:15:04 -0700 |
commit | aa67222bc1a80ae11d1a29b32d5cb54199b38011 (patch) | |
tree | 5fa6cad23c09370b326e69fb8594c32b8a6e35d7 /src/server/updateProtos.ts | |
parent | 53dfd5f380d8c75fedc967577fb16310d08cefea (diff) |
backend issues with creating map node
Diffstat (limited to 'src/server/updateProtos.ts')
-rw-r--r-- | src/server/updateProtos.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/updateProtos.ts b/src/server/updateProtos.ts index e9860bd61..c5552f6bf 100644 --- a/src/server/updateProtos.ts +++ b/src/server/updateProtos.ts @@ -1,7 +1,7 @@ import { Database } from "./database"; const protos = - ["text", "image", "web", "collection", "kvp", "video", "audio", "pdf", "icon", "import", "linkdoc"]; + ["text", "image", "web", "collection", "kvp", "video", "audio", "pdf", "icon", "import", "linkdoc", "map"]; (async function () { await Promise.all( |