Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arunas-smala committed Nov 5, 2024
1 parent 1674202 commit c906577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/users.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ export default class UsersService extends moleculer.Service {
};
}

const response: any = await ctx.call('userGroups.find', {
const response: UserGroup[] = await ctx.call('userGroups.find', {
populate,
query,
});
Expand Down

0 comments on commit c906577

Please sign in to comment.