add missing await

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

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

Loading…
Cancel
Save