Skip to content

Commit

Permalink
added working weekly check 2
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-adriansens authored Jan 15, 2024
1 parent 75c52aa commit 3d7334a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlite.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dbWrapper

// console.log(await module.exports.getScores());
console.log(await db.all("SELECT * from Analytics;"));
// console.log(await db.all("SELECT * from WeeklyScores"));
console.log(await db.all("SELECT week from WeeklyScores"));
} catch (error) {
console.error(error);
}
Expand Down

0 comments on commit 3d7334a

Please sign in to comment.