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)