Skip to content

Commit 716675b

Browse files
committed
Add updated at and created at in Index
1 parent f484778 commit 716675b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/indexes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ import { TaskClient } from './task'
4343
class Index<T = Record<string, any>> {
4444
uid: string
4545
primaryKey: string | undefined
46-
updatedAt: Date | undefined
4746
createdAt: Date | undefined
47+
updatedAt: Date | undefined
4848
httpRequest: HttpRequests
4949
tasks: TaskClient
5050

0 commit comments

Comments
 (0)