mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
IPFSUploader: make schema private
This commit is contained in:
parent
6542d6a777
commit
24659d8edb
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ export class IPFSUploader implements DittoUploader {
|
|||
}
|
||||
|
||||
/** Response schema for POST `/api/v0/add`. */
|
||||
static schema() {
|
||||
private static schema() {
|
||||
return z.object({
|
||||
Name: z.string(),
|
||||
Hash: z.string(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue