mirror of
https://github.com/System-End/nephthys.git
synced 2026-04-19 15:18:21 +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
|
||||
title: string
|
||||
description: string
|
||||
status: "open" | "closed" | "in_progress"
|
||||
status: "OPEN" | "CLOSED" | "IN_PROGRESS"
|
||||
opened_by: User | null
|
||||
closed_by: User | null
|
||||
assigned_to: User | null
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue