Skip to content

Commit

Permalink
launch
Browse files Browse the repository at this point in the history
  • Loading branch information
GregTCLTK committed Nov 2, 2023
1 parent 26bc707 commit b44810e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 127 deletions.
125 changes: 0 additions & 125 deletions data/eggs.json

This file was deleted.

2 changes: 1 addition & 1 deletion pages/hosting/views/wizard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const creationView = () => creationState.$loading.map(loading => {
disk: state.meta.limits.disk - state.meta.used.disk,
cpu: state.meta.limits.cpu - state.meta.used.cpu
},
version: versions[ 0 ]
version: versions[ 0 ] ?? "LATEST"
}, (data) => [
Box(
Label("About your Server")
Expand Down
1 change: 0 additions & 1 deletion pages/shared/restSpec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ function blob() {
return await asExternal(rsp.blob());
};
}
}

export function stupidErrorAlert<T>(data: PromiseSettledResult<T>): T {
if (data.status === "fulfilled")
Expand Down

0 comments on commit b44810e

Please sign in to comment.