mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
sync to clockify preregister return True now
This commit is contained in:
parent
84846ff806
commit
00f04cafc2
1 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,8 @@ class SyncClocify(BaseAction):
|
|||
if self.clockapi.validate_workspace_perm() is False:
|
||||
raise MissingPermision('Clockify')
|
||||
|
||||
return True
|
||||
|
||||
def discover(self, session, entities, event):
|
||||
''' Validation '''
|
||||
if len(entities) != 1:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue