mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-24 19:59:12 +00:00
fix(discord): typo referencing ctx.server
This commit is contained in:
parent
a724ab675a
commit
beeb1f7503
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ class DiscordService extends Service {
|
|||
q.setGuildid(serverId)
|
||||
|
||||
const guild = await this.rpc.getGuild(q, this.sharedHeaders)
|
||||
this.ctx.servers.ensure(guild.toObject())
|
||||
this.ctx.server.ensure(guild.toObject())
|
||||
return guild.toObject()
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue