Skip to content

Commit dab0f77

Browse files
style: format codebase using npm run format
1 parent 351fba9 commit dab0f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment-dapp/src/singleFunction/deployApp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const deployApp = async ({
3030

3131
const mrenclave = {
3232
framework: 'SCONE' as any, // workaround framework not auto capitalized
33-
version: `v${sconifyVersion.split(".").slice(0, 2).join(".")}`, // extracts "vX.Y" from "X.Y.Z-vN" format (e.g., "5.9.1-v16" → "v5.9")
33+
version: `v${sconifyVersion.split('.').slice(0, 2).join('.')}`, // extracts "vX.Y" from "X.Y.Z-vN" format (e.g., "5.9.1-v16" → "v5.9")
3434
entrypoint: 'node /app/app.js',
3535
heapSize: 1073741824,
3636
fingerprint,

0 commit comments

Comments
 (0)