Skip to content

Commit

Permalink
🔨 fix last lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 committed Mar 16, 2024
1 parent 45229ad commit 0366771
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adminSiteClient/Admin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ export class Admin {
}

@action.bound private removeRequest(request: Promise<Response>): void {
// eslint-disable-next-line @typescript-eslint/no-floating-promises
this.currentRequests = this.currentRequests.filter(
(req) => req !== request
)
Expand Down

0 comments on commit 0366771

Please sign in to comment.