add missing await

pull/638/head
Ryan Tharp 5 years ago
parent 30ed04a3b1
commit 0d47f305ca

@ -2333,7 +2333,7 @@
);
return null;
}
const channelAPI = serverAPI.findOrCreateChannel(
const channelAPI = await serverAPI.findOrCreateChannel(
this.get('channelId'),
this.id
);

Loading…
Cancel
Save