fix: removed comments

This commit is contained in:
Moyasee
2025-10-29 16:22:12 +02:00
parent 58bdbdab71
commit dff68a3e26

View File

@@ -98,7 +98,6 @@ export function CloudSyncContextProvider({
);
const getGameArtifacts = useCallback(async () => {
// Don't make API requests for custom games
if (shop === "custom") {
setArtifacts([]);
return;