Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas950 committed Nov 10, 2023
1 parent a72efa6 commit 040764e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/worker/src/v4/fields/heartbeat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const schema = gql`
input HeartbeatPresenceInput {
service: String!
verion: String!
version: String!
language: String!
since: Float!
}
Expand All @@ -38,7 +38,7 @@ export const schema = gql`
type HeartbeatPresence {
service: String!
verion: String!
version: String!
language: String!
since: Float!
}
Expand Down

0 comments on commit 040764e

Please sign in to comment.