mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-15 07:18:58 -04:00
Merge pull request #2920 from alphagov/remove-use-of-spread-operator
Remove use of spread operator
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
);
|
);
|
||||||
|
|
||||||
setTimeout(
|
setTimeout(
|
||||||
() => poll(...arguments), interval
|
() => poll.apply(window, arguments), interval
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user