Skip to content

Commit

Permalink
fix(removed): unecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
Patricio Vargas committed Mar 26, 2021
1 parent 83a6d82 commit 66279cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion onesignal-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ public static function get_onesignal_settings() {
$onesignal_wp_settings = get_option("OneSignalWPSetting");
if (empty( $onesignal_wp_settings )) {
$is_new_user = true;
$defaults['onesignal_sw_js'] = true;
$onesignal_wp_settings = array();
}

Expand Down

0 comments on commit 66279cc

Please sign in to comment.