Skip to content

Commit

Permalink
make return type explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
GooseOb committed Dec 1, 2024
1 parent e8eb9fa commit e694fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ class Hint {
element: HTMLDivElement;
}

const computeSettings = (doNotChangeSpeed: boolean) => {
const computeSettings = (doNotChangeSpeed: boolean): Cfg => {
const settings = {
...cfg.global,
...channelConfig,
Expand Down

0 comments on commit e694fc0

Please sign in to comment.