Skip to content

Commit

Permalink
ci: fixes build error
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoldknott committed Jan 12, 2024
1 parent 4a0f1fc commit 4f38cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend_svelte/src/lib/server/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ const getDummies = async () => {
}
// seems to not even allow starting the container!!
// const dummies = await getDummies()
console.log("🥞 cache - server - initial dummies");
console.log(dummies);
// console.log("🥞 cache - server - initial dummies");
// console.log(dummies);

process.on("exit", () => redisClient?.quit());

Expand Down

0 comments on commit 4f38cf8

Please sign in to comment.