Removed unreachable code

This commit is contained in:
BB
2022-03-11 16:46:43 +01:00
parent 7b075f31ee
commit 9c9550ad42
6 changed files with 70 additions and 96 deletions
-2
View File
@@ -427,6 +427,4 @@ export async function calculateRamUsage(
console.error(e);
return { cost: RamCalculationErrorCode.SyntaxError };
}
return { cost: RamCalculationErrorCode.SyntaxError };
}