forked from cadence/out-of-your-element
change syncSpace input parameters to fix the test
This commit is contained in:
parent
cd195f92e0
commit
40922ff479
4 changed files with 23 additions and 19 deletions
|
@ -68,7 +68,7 @@ function convertNameAndTopic(channel, guild, customName) {
|
|||
* @param {DiscordTypes.APIGuild} guild
|
||||
*/
|
||||
async function channelToKState(channel, guild) {
|
||||
const spaceID = await createSpace.ensureSpace(guild.id)
|
||||
const spaceID = await createSpace.ensureSpace(guild)
|
||||
assert.ok(typeof spaceID === "string")
|
||||
|
||||
const row = select("channel_room", ["nick", "custom_avatar"], "WHERE channel_id = ?").get(channel.id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue