Skip to content

Commit

Permalink
fix: fix createDeployment
Browse files Browse the repository at this point in the history
  • Loading branch information
akitaSummer committed Aug 6, 2023
1 parent 689a9c7 commit 10297c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/dashboard/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const Home = () => {
functionId: func.id,
functionSize: new TextEncoder().encode(DEFAULT_FUNCTION).length,
tsSize: new TextEncoder().encode(DEFAULT_TS_FUNCTION).length,
platform: 'Playground',
assets: [],
});

Expand Down

0 comments on commit 10297c9

Please sign in to comment.