We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8407f88 commit 476ebecCopy full SHA for 476ebec
src/deploy.ts
@@ -129,11 +129,7 @@ const defaultEffects: DeployEffects = {
129
130
type DeployTargetInfo =
131
| {create: true; workspace: {id: string; login: string}; projectSlug: string; title: string; accessLevel: string}
132
- | {
133
- create: false;
134
- workspace: {id: string; login: string};
135
- project: GetProjectResponse;
136
- };
+ | {create: false; workspace: {id: string; login: string}; project: GetProjectResponse};
137
138
/** Deploy a project to Observable */
139
export async function deploy(deployOptions: DeployOptions, effects = defaultEffects): Promise<void> {
0 commit comments