From 5ca7e51c78d7afdb95f921877f98938ae5c29131 Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Fri, 3 Nov 2023 15:57:26 +0100 Subject: [PATCH] trying to change mime type of Blob --- apps/vyper/src/app/utils/compiler.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/vyper/src/app/utils/compiler.tsx b/apps/vyper/src/app/utils/compiler.tsx index 3e12445363..f9b2ae27eb 100644 --- a/apps/vyper/src/app/utils/compiler.tsx +++ b/apps/vyper/src/app/utils/compiler.tsx @@ -47,7 +47,7 @@ export async function compile(url: string, contract: Contract): Promise