mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-07 05:03:34 +00:00
fix Id
This commit is contained in:
@ -7178,7 +7178,7 @@ def signjwt_enable_apis():
|
|||||||
GAMProjectAPIs = getGAMProjectFile('project-apis.txt').splitlines()
|
GAMProjectAPIs = getGAMProjectFile('project-apis.txt').splitlines()
|
||||||
enableGAMProjectAPIs(GAMProjectAPIs,
|
enableGAMProjectAPIs(GAMProjectAPIs,
|
||||||
httpObj,
|
httpObj,
|
||||||
projectID=project_id,
|
projectId=project_id,
|
||||||
checkEnabled=True)
|
checkEnabled=True)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user