Chore: Spacing and stuff

This commit is contained in:
looskie
2021-06-22 14:10:58 -04:00
parent 82ff136c9b
commit 98c9ce49ab
5 changed files with 157 additions and 87 deletions

View File

@@ -6,8 +6,8 @@ export const encodeBase64 = async (url: string): Promise<string> => {
try {
response = await imageToBase64(url);
} catch (e) {
console.log(e)
console.log(e);
}
return response;
}
};