Commit ae86d3b
committed
Fix: Add missing duration attribute to webhook-request-log model
The duration field was being returned by the API but wasn't defined
in the Ember Data model, causing it to be undefined.
Added: @attr('number') duration;
This will fix the webhook response time chart showing 0.000ms.1 parent 6864455 commit ae86d3b
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments