File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ def call(self, options):
1515 context = ContextSanitize .call (context )
1616 if context :
1717 options .update ({'context' : context })
18- options .update ({'sent_at' : generate_timestamp () .call ()})
18+ options .update ({'sent_at' : generate_timestamp .call ()})
1919
2020 return Command (method = 'post' , path = 'filter' , data = options )
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ def call(self, options):
1515 context = ContextSanitize .call (context )
1616 if context :
1717 options .update ({'context' : context })
18- options .update ({'sent_at' : generate_timestamp () .call ()})
18+ options .update ({'sent_at' : generate_timestamp .call ()})
1919
2020 return Command (method = 'post' , path = 'log' , data = options )
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ def call(self, options):
1515 context = ContextSanitize .call (context )
1616 if context :
1717 options .update ({'context' : context })
18- options .update ({'sent_at' : generate_timestamp () .call ()})
18+ options .update ({'sent_at' : generate_timestamp .call ()})
1919
2020 return Command (method = 'post' , path = 'risk' , data = options )
You can’t perform that action at this time.
0 commit comments