Skip to content

Commit 69bdeaa

Browse files
committed
Fix typo
1 parent 69f080e commit 69bdeaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/server/src/workspace/workspace-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ export class WorkspaceService {
866866
result = await this.entitlementService.mayStartWorkspace(user, organizationId, runningInstances);
867867
TraceContext.addNestedTags(ctx, { mayStartWorkspace: { result } });
868868
} catch (err) {
869-
log.error({ userId: user.id }, "EntitlementSerivce.mayStartWorkspace error", err);
869+
log.error({ userId: user.id }, "EntitlementService.mayStartWorkspace error", err);
870870
TraceContext.setError(ctx, err);
871871
return; // we don't want to block workspace starts because of internal errors
872872
}

0 commit comments

Comments
 (0)