diff options
author | bobzel <zzzman@gmail.com> | 2021-12-10 13:36:12 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-12-10 13:36:12 -0500 |
commit | e54c1ef16b4ce0a324fac3747defdc6501834de5 (patch) | |
tree | e956e5bbe07e53a36e5ead3d637e6f7c2b01671b /src/server/updateProtos.ts | |
parent | 8176b94970b86bd3c1669130f6fef2ccd70d0b84 (diff) | |
parent | f8ce34c8ed42646691d1e392effe79bc27daf810 (diff) |
Merge branch 'master' into ink_v1
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( |