Skip to content

Commit

Permalink
debug: test today visitors
Browse files Browse the repository at this point in the history
  • Loading branch information
Lim-Changi committed Sep 8, 2024
1 parent 08d3fa2 commit 3ea266a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/visitor/service/visitor.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export class VisitorService {
const allVisitors = allKeys.filter((key: string) =>
key.includes('visitor-'),
);
console.log(allVisitors);

result.Count = allVisitors.length;
} catch (err) {
Expand Down

0 comments on commit 3ea266a

Please sign in to comment.