Eliminate false 404 from cic-meta in put automerge client

This commit is contained in:
nolash 2021-11-02 18:38:40 +01:00
parent 8e7c73aff4
commit 0eb4de7fe7
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ async function processRequest(req, res) {
res.end(); res.end();
return; return;
} }
content = '';
break; break;
case 'get:automerge:client': case 'get:automerge:client':