Skip to content

Commit 311c8fd

Browse files
style: autofix
1 parent 5e25e78 commit 311c8fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/types/database.types.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export type Database = {
3939
created_at: string | null
4040
description: string
4141
id: string
42+
requesting_tasks: boolean | null
4243
status: Database["public"]["Enums"]["task_status"]
4344
title: string
4445
topic_id: string
@@ -48,6 +49,7 @@ export type Database = {
4849
created_at?: string | null
4950
description: string
5051
id?: string
52+
requesting_tasks?: boolean | null
5153
status?: Database["public"]["Enums"]["task_status"]
5254
title: string
5355
topic_id: string
@@ -57,6 +59,7 @@ export type Database = {
5759
created_at?: string | null
5860
description?: string
5961
id?: string
62+
requesting_tasks?: boolean | null
6063
status?: Database["public"]["Enums"]["task_status"]
6164
title?: string
6265
topic_id?: string

0 commit comments

Comments
 (0)