Skip to content

Commit 58b5490

Browse files
committed
fix lint
1 parent a8a6f0a commit 58b5490

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/apps/admin/src/lib/services/groups.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ export const createGroup = async (data: FormAddGroup): Promise<UserGroup> => {
104104
result.updatedBy = '00000000'
105105
result.updatedByHandle = '00000000 (not found)'
106106
}
107+
107108
return adjustUserGroupResponse(result)
108109
}
109110

0 commit comments

Comments
 (0)