Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
fix: _createAt typo (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricokahler authored Dec 10, 2020
1 parent 174c10c commit fcfa87d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanity-codegen",
"version": "0.2.4",
"version": "0.2.5",
"private": true,
"description": "",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export interface SanityBlock {

export interface SanityDocument {
_id: string;
_createAt: string;
_createdAt: string;
_rev: string;
_updatedAt: string;
}

0 comments on commit fcfa87d

Please sign in to comment.