IPFSUploader: make schema private
This commit is contained in:
parent
6542d6a777
commit
24659d8edb
|
@ -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…
Reference in New Issue