Skip to content

Commit

Permalink
removing space change
Browse files Browse the repository at this point in the history
  • Loading branch information
asinn134 committed Oct 11, 2023
1 parent 392b012 commit f91937a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class NOWApplicationResource(Resource, UserMixin):
@api.marshal_with(NOW_APPLICATION_MODEL, code=200)
def get(self, application_guid):
original = request.args.get('original', False, type=bool)

now_application_identity = NOWApplicationIdentity.find_by_guid(application_guid)
if not now_application_identity:
raise NotFound('No identity record for this application guid.')
Expand Down

0 comments on commit f91937a

Please sign in to comment.