Skip to content

Commit

Permalink
fix: update recording info
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed Feb 9, 2024
1 parent 513dced commit a55e07b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/bot/src/modules/recorder/recording.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,7 @@ export default class Recording {
avatar: this.user.dynamicAvatarURL('png', 256)
},
requesterId: this.user.id,
client: {
id: this.recorder.client.bot.user.id
},
clientId: this.recorder.client.bot.user.id,
startTime: this.startedAt.toISOString(),
expiresAfter: rewards.downloadExpiryHours,
features: rewards.features.reduce((acc, cur) => ({ ...acc, [cur]: true }), {} as { [key: string]: boolean })
Expand Down

0 comments on commit a55e07b

Please sign in to comment.