mirror of https://github.com/CIRCL/AIL-framework
fix: [tracker] fix webhook
parent
b3cafd2a1d
commit
1e7b527e41
|
@ -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 New Issue