Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
mutdmour committed Aug 14, 2024
1 parent b7d09d8 commit f785950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/requests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import type { Project, ProjectType } from '@db/entities/Project';
import type { ProjectRole } from './databases/entities/ProjectRelation';
import type { Scope } from '@n8n/permissions';
import type { ScopesField } from './services/role.service';
import { AiAssistantSDK } from '@n8n_io/ai-assistant-sdk';
import type { AiAssistantSDK } from '@n8n_io/ai-assistant-sdk';

export class UserUpdatePayload implements Pick<User, 'email' | 'firstName' | 'lastName'> {
@Expose()
Expand Down

0 comments on commit f785950

Please sign in to comment.