Skip to content

Commit fbee85c

Browse files
committed
LF-5214 Replace created_at with updated_at in API type for FarmNote
1 parent e1aefe4 commit fbee85c

File tree

1 file changed

+1
-1
lines changed
  • packages/webapp/src/store/api/types

1 file changed

+1
-1
lines changed

packages/webapp/src/store/api/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ export interface FarmNote {
421421
note: string;
422422
is_private: boolean;
423423
image_url?: string | null;
424-
created_at: string;
424+
updated_at: string;
425425
to_sync?: boolean; // client-only flag for offline-queued notes
426426
}
427427

0 commit comments

Comments
 (0)