Skip to content

Commit cd4552e

Browse files
committed
fix lint
1 parent 6e7e6a0 commit cd4552e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/features/admin/users/users.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export class UsersComponent implements OnInit {
111111
next: () => {
112112
this.notificationService.success('User has been updated.');
113113
},
114-
error: (error) => {
114+
error: error => {
115115
this.notificationService.error('User can not be updated.');
116116
console.error(error);
117117
},

0 commit comments

Comments
 (0)