Skip to content

Commit

Permalink
make strictNullChecks happy
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamlangford committed May 17, 2024
1 parent e45343d commit 8d97195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contentScript/sidebarController.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const isSidePanelOpen = isMV3()
// - Throw custom error if the sidebar doesn't respond in time
const pingSidebar = memoizeUntilSettled(
throttle(async () => {
let notificationId: string;
let notificationId = "";
try {
await pRetry(
async () => {
Expand Down

0 comments on commit 8d97195

Please sign in to comment.