Skip to content

Commit 97bd071

Browse files
update epic-games.js
1 parent 4ecf345 commit 97bd071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

epic-games.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function isGpGameAlreadyClaimed(storeUrl) {
4646
console.log(`[GamerPower] Already claimed by ${username}: ${storeUrl} -> ${game_id} (${status})`);
4747
return true;
4848
}
49-
49+
console.log(`[GamerPower] Not yet claimed by ${username}: ${storeUrl} -> ${game_id} (${status})`);
5050
return false;
5151
}
5252

0 commit comments

Comments
 (0)