diff options
author | Sophie Zhang <sophie_zhang@brown.edu> | 2023-07-11 13:30:51 -0400 |
---|---|---|
committer | Sophie Zhang <sophie_zhang@brown.edu> | 2023-07-11 13:30:51 -0400 |
commit | c1df53a7616ccbb9afad2deaf3026e70f3e974b4 (patch) | |
tree | ff3ed78bf5de39a31eeaad73d9a44d373aae0185 /src/client/util/reportManager/reportManagerSchema.ts | |
parent | b1f189ffc7dfe558d5895c8f0cb103ab3e5c17d7 (diff) |
starting connecting to new upload endpoint and standardized displaying media
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; |