Skip to content

Commit

Permalink
update for API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jwise-mfg committed Jun 20, 2024
1 parent ffbf14a commit 73753ba
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified frontend/bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions frontend/codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const config: CodegenConfig = {
JSON: "string",
JwtClaim: "string",
UUID: "string",
BitString: "string"
},
},
},
Expand Down
1 change: 0 additions & 1 deletion frontend/lib/graphql/equipment.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ fragment AttributeOverview on Attribute {
relativeName
updatedTimestamp
dataType
attributeType { dataType }
limits { ...Limit }

# Values
Expand Down

0 comments on commit 73753ba

Please sign in to comment.