Skip to content

Commit

Permalink
fix: homepage should display the version (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundhung authored Nov 19, 2022
1 parent b7d1f25 commit 59c9775
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worker/context/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export function createSession(
const data = {
profile,
message,
version: process.env.VERSION ?? 'development',
};

return [data, setCookieHeader];
Expand Down

0 comments on commit 59c9775

Please sign in to comment.