Skip to content

Commit

Permalink
Merge pull request #3633 from uselagoon/restore-size-fix
Browse files Browse the repository at this point in the history
fix: use Float for restore size
  • Loading branch information
shreddedbacon authored Jan 15, 2024
2 parents 63b8d2b + 2e87efc commit 7d1bcaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/api/src/typeDefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ const typeDefs = gql`
"""
The size of the restored file in bytes
"""
restoreSize: Int
restoreSize: Float
created: String
}
Expand Down

0 comments on commit 7d1bcaa

Please sign in to comment.