aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils.ts
diff options
context:
space:
mode:
authorMichael C <[email protected]>2022-10-20 22:13:51 -0400
committerMichael C <[email protected]>2022-10-20 22:13:51 -0400
commit1fcfea9fd533bbc7d91811c417d9646666f07dd6 (patch)
tree167ddf1d5a25724b072987af8823cdb2c7a7fd3d /src/utils.ts
parentaec5845bced2443dea0bf36affd1aa64df18f36e (diff)
downloadSponsorBlock-1fcfea9fd533bbc7d91811c417d9646666f07dd6.tar.gz
SponsorBlock-1fcfea9fd533bbc7d91811c417d9646666f07dd6.zip
add noFallThrough, inplicitReturn, update packages
Diffstat (limited to 'src/utils.ts')
-rw-r--r--src/utils.ts1
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;
}
/**