Skip to content

Commit 2783d7d

Browse files
committed
refactor: add 'show_exec' field to application access token response
1 parent cdd146d commit 2783d7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/application/serializers/application_access_token.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def one(self, with_valid=True):
121121
'white_active': application_access_token.white_active,
122122
'white_list': application_access_token.white_list,
123123
'show_source': application_access_token.show_source,
124+
'show_exec': application_access_token.show_exec,
124125
'language': application_access_token.language,
125126
**other,
126127
}

0 commit comments

Comments
 (0)