diff options
Diffstat (limited to 'src/client/util/reportManager/reportManagerSchema.ts')
-rw-r--r-- | src/client/util/reportManager/reportManagerSchema.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/reportManager/reportManagerSchema.ts b/src/client/util/reportManager/reportManagerSchema.ts index 56b9aa32b..9a1c7c3e9 100644 --- a/src/client/util/reportManager/reportManagerSchema.ts +++ b/src/client/util/reportManager/reportManagerSchema.ts @@ -1,5 +1,5 @@ /** - * Issue interface schema. + * Issue interface schema from Github. */ export interface Issue { active_lock_reason?: null | string; |