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.
2 parents f3f4e1d + 50b29ae commit fa1b7c9Copy full SHA for fa1b7c9
apps/desktop/src/lib/forge/gitlab/gitlabClient.svelte.ts
@@ -56,7 +56,7 @@ export function gitlab(extra: unknown): {
56
forkProjectId: string;
57
upstreamProjectId: string;
58
} {
59
- if (!hasGitLab(extra)) throw new Error('No GitHub client!');
+ if (!hasGitLab(extra)) throw new Error('No GitLab client!');
60
if (!extra.gitLabClient.api) throw new Error('Failed to find GitLab client');
61
if (!extra.gitLabClient.forkProjectId) throw new Error('Failed to find fork project ID');
62
if (!extra.gitLabClient.upstreamProjectId) throw new Error('Failed to find upstream project ID');
0 commit comments