mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [tracker] fix webhook
This commit is contained in:
parent
b3cafd2a1d
commit
1e7b527e41
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ class Tracker:
|
|||
return self._get_field('user_id')
|
||||
|
||||
def webhook_export(self):
|
||||
return r_tracker.hexists(f'tracker:mail:{self.uuid}', 'webhook')
|
||||
return r_tracker.hexists(f'tracker:{self.uuid}', 'webhook')
|
||||
|
||||
def get_webhook(self):
|
||||
return r_tracker.hget(f'tracker:{self.uuid}', 'webhook')
|
||||
|
|
Loading…
Reference in a new issue