Skip to content

Commit

Permalink
Fixed Codacy (#2547)
Browse files Browse the repository at this point in the history
  • Loading branch information
reisfmb committed May 13, 2022
1 parent 21eee4a commit cb8173d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/assets/admin/common/js/ui/grid/Grid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ export class Grid<T extends Slick.SlickData>
this.slickGrid.onScroll.subscribe(callback);
}

unsubscribeOnScroll(callback: (e: any) => void) {
unsubscribeOnScroll(callback: (e: any) => void): void {
this.slickGrid.onScroll.unsubscribe(callback);
}

Expand Down

0 comments on commit cb8173d

Please sign in to comment.