Skip to content

adding lb4 crud operations on user#1

Open
Swati0077 wants to merge 1 commit intomasterfrom
development
Open

adding lb4 crud operations on user#1
Swati0077 wants to merge 1 commit intomasterfrom
development

Conversation

@Swati0077
Copy link
Owner

No description provided.

type: 'string',
required: true,
})
Address: string;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

camel case should be used

user: User,
@param.where(User) where?: Where<User>,
): Promise<Count> {
return this.userRepository.updateAll(user, where);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No error handling. Include error codes like internal server error, no internet handling etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants