mirror of
https://github.com/System-End/nephthys.git
synced 2026-04-19 18:35:14 +00:00
Fix ticket status enum capitalisation in docs (#157)
This commit is contained in:
parent
a1f3ebfaf6
commit
950c1b0894
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ interface Ticket {
|
||||||
id: number
|
id: number
|
||||||
title: string
|
title: string
|
||||||
description: string
|
description: string
|
||||||
status: "open" | "closed" | "in_progress"
|
status: "OPEN" | "CLOSED" | "IN_PROGRESS"
|
||||||
opened_by: User | null
|
opened_by: User | null
|
||||||
closed_by: User | null
|
closed_by: User | null
|
||||||
assigned_to: User | null
|
assigned_to: User | null
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue