Skip to content

Commit ccdee0e

Browse files
style: autofix
[skip netlify]
1 parent 8c60baf commit ccdee0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/types/database.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export type Database = {
123123
created_at?: string | null
124124
description: string
125125
id?: string
126-
owner: string
126+
owner?: string
127127
title: string
128128
updated_at?: string | null
129129
}

0 commit comments

Comments
 (0)