Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: TT-162 Resolve type fails in the PR
  • Loading branch information
PaulRC-ioet committed Feb 25, 2021
commit 62ebbc9a145493ebea35d8f7b0ec8516e98497c9
4 changes: 2 additions & 2 deletions time_tracker_api/users/users_namespace.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@
)

user_in_group_response = ns.model(
'Response',
'UserInGroupResponse',
{
'value': fields.Boolean(
readOnly=True,
title='value',
description='Boolean to check if a user belong to a group',
description='Boolean to check if a user belongs to a group',
example=Faker().boolean(),
)
},
Expand Down