mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-24 20:31:19 -05: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(
|
||||
() => poll(...arguments), interval
|
||||
() => poll.apply(window, arguments), interval
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user