mirror of
https://github.com/plankanban/planka.git
synced 2025-12-21 01:11:26 +03:00
Update dependencies
This commit is contained in:
@@ -15,7 +15,7 @@ const { socket } = io;
|
||||
|
||||
socket.connect = socket._connect; // eslint-disable-line no-underscore-dangle
|
||||
|
||||
['GET', 'POST', 'PUT', 'PATCH', 'DELETE'].forEach(method => {
|
||||
['GET', 'POST', 'PUT', 'PATCH', 'DELETE'].forEach((method) => {
|
||||
socket[method.toLowerCase()] = (url, data, headers) =>
|
||||
new Promise((resolve, reject) => {
|
||||
socket.request(
|
||||
|
||||
Reference in New Issue
Block a user