mirror of
https://github.com/plankanban/planka.git
synced 2025-12-19 09:13:20 +03:00
Update dependencies
This commit is contained in:
@@ -7,7 +7,7 @@ const createBoard = (projectId, data, headers) =>
|
||||
socket.post(`/projects/${projectId}/boards`, data, headers);
|
||||
|
||||
const getBoard = (id, headers) =>
|
||||
socket.get(`/boards/${id}`, undefined, headers).then(body => ({
|
||||
socket.get(`/boards/${id}`, undefined, headers).then((body) => ({
|
||||
...body,
|
||||
included: {
|
||||
...body.included,
|
||||
|
||||
Reference in New Issue
Block a user