Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mts-technonatura authored Jun 20, 2021
1 parent ddf1b13 commit 01b0f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphql/typeDefs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default gql`
type ArduinoSensorData {
_id: ID!
data: Int
date: Int
date: String
}
type ArduinoSensor {
Expand Down

0 comments on commit 01b0f51

Please sign in to comment.