Skip to content

Commit

Permalink
fix: update timestamp mismatch in API response
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenakh97 committed Oct 1, 2024
1 parent a405c15 commit e272130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Returns
{
"totalBytes": 10000000,
"usedBytes": 0,
"timestamp": "2024-07-01T12:11:43.066Z"
"ts": "2024-07-01T12:11:43.066Z"
}
```
Expand Down

0 comments on commit e272130

Please sign in to comment.