Skip to content

Commit

Permalink
fix bugs with default inherit option
Browse files Browse the repository at this point in the history
  • Loading branch information
SupertigerDev committed Sep 21, 2024
1 parent eee5374 commit 132fb79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const pushMessageNotification = (message: Message) => {
if (message.silent) return;
let mode = getStorageObject(
StorageKeys.IN_APP_NOTIFICATIONS_PREVIEW,
'"INHERIT"'
"INHERIT"
);
if (mode === "OFF") return;

Expand Down

0 comments on commit 132fb79

Please sign in to comment.