diff options
author | Michael C <[email protected]> | 2022-10-20 22:13:51 -0400 |
---|---|---|
committer | Michael C <[email protected]> | 2022-10-20 22:13:51 -0400 |
commit | 1fcfea9fd533bbc7d91811c417d9646666f07dd6 (patch) | |
tree | 167ddf1d5a25724b072987af8823cdb2c7a7fd3d /src/utils.ts | |
parent | aec5845bced2443dea0bf36affd1aa64df18f36e (diff) | |
download | SponsorBlock-1fcfea9fd533bbc7d91811c417d9646666f07dd6.tar.gz SponsorBlock-1fcfea9fd533bbc7d91811c417d9646666f07dd6.zip |
add noFallThrough, inplicitReturn, update packages
Diffstat (limited to 'src/utils.ts')
-rw-r--r-- | src/utils.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.ts b/src/utils.ts index 15cfd001..1ee5781d 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -319,6 +319,7 @@ export default class Utils { return selection; } } + return { name: "None", option: 0} as CategorySelection; } /** |