Skip to content

Commit

Permalink
fix: removed unused await
Browse files Browse the repository at this point in the history
  • Loading branch information
RedStar071 committed Jun 27, 2024
1 parent 94bd273 commit 4a0d0de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/listeners/analytics/analyticsSync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { ApplyOptions } from '@sapphire/decorators';

@ApplyOptions<AnalyticsListener.Options>({ event: Events.AnalyticsSync })
export class UserAnalyticsEvent extends AnalyticsListener {
// eslint-disable-next-line @typescript-eslint/require-await
public async run(guilds: number, users: number) {
this.writePoints([this.syncGuilds(guilds), this.syncUsers(users), this.syncMessageCount()]);

Expand Down

0 comments on commit 4a0d0de

Please sign in to comment.