IPFSUploader: make schema private

This commit is contained in:
Alex Gleason
2024-05-18 22:11:54 -05:00
parent 6542d6a777
commit 24659d8edb

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