Skip to content

Commit

Permalink
Make user locations available
Browse files Browse the repository at this point in the history
Refs #31
  • Loading branch information
thewilkybarkid committed Jul 9, 2024
1 parent 242a0b0 commit 8ce8dd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/data/users.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import * as Temporal from '../lib/Temporal.js'
const Users = Schema.Array(
Schema.Struct({
careerStage: Schema.optional(Schema.Literal('early', 'mid', 'late')),
location: Schema.optional(Schema.String),
timestamp: Temporal.InstantFromStringSchema,
}),
)
Expand Down

0 comments on commit 8ce8dd2

Please sign in to comment.