From de5d9bcf05d982733cd845af7d1b020bf360f60a Mon Sep 17 00:00:00 2001 From: Andrey Platov Date: Wed, 10 Nov 2021 19:34:28 +0100 Subject: [PATCH] typo Signed-off-by: Andrey Platov --- plugins/recruit-resources/src/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/recruit-resources/src/utils.ts b/plugins/recruit-resources/src/utils.ts index 686e7735b6..02b83892dc 100644 --- a/plugins/recruit-resources/src/utils.ts +++ b/plugins/recruit-resources/src/utils.ts @@ -35,7 +35,7 @@ export async function uploadFile(space: Ref, file: File, attachedTo: Ref< body: data }) if (resp.status !== 200) { - throw new Error('Can\t upload file.') + throw new Error('Can\'t upload file.') } const uuid = await resp.text() console.log(uuid)