We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e3bd2 commit c21187bCopy full SHA for c21187b
src/server.js
@@ -53,7 +53,7 @@ class CoCreateLazyLoader {
53
const valideUrl = new URL(`http://${req.headers.host}${req.url}`);
54
const hostname = valideUrl.hostname;
55
56
- let organization = hosts.get(hostname);
+ let organization = hosts[hostname];
57
if (!organization) {
58
let org = await this.crud.send({
59
method: 'object.read',
0 commit comments