mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Fix bug in the stats-tracker-frame-mising behavior
This commit is contained in:
@@ -23,7 +23,7 @@ export default function statsTrackerFrameMissing({
|
||||
|
||||
let shouldFail = false;
|
||||
const fetch = () => {
|
||||
return resolve(shouldFail ? { ok: false } : new MockResponse(frame));
|
||||
return resolve(shouldFail ? { ok: false } : MockResponse(frame));
|
||||
};
|
||||
|
||||
const resource = ResourceConstructor();
|
||||
|
||||
Reference in New Issue
Block a user