Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mstww committed Jan 9, 2024
1 parent 549176f commit 57a4ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valorant/shopManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const isThereANM = () => {
if(!NMTimestamp)return false;
if(isToday(NMTimestamp))return true;
else {
NMTimestamp = null;
//NMTimestamp = null; not working, waiting for fix.
return false;
}
}
Expand Down

0 comments on commit 57a4ccd

Please sign in to comment.