IPFSUploader: make schema private

This commit is contained in:
Alex Gleason 2024-05-18 22:11:54 -05:00
parent 6542d6a777
commit 24659d8edb
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -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(),