for idiot who can't compile their own app

This commit is contained in:
bilou
2019-05-16 09:39:47 +02:00
parent b1f7df88ef
commit fff6d837a0
2 changed files with 3 additions and 3 deletions
+2 -2
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -18,7 +18,7 @@ export function setup()
let SelectedGames= [];
for(let i = 0; i< data.response.games.length; i++)
{
}
console.log(JSON.stringify(data));
});