Skip to content

Commit

Permalink
chore: fix monday path
Browse files Browse the repository at this point in the history
  • Loading branch information
yashasvibajpai committed Jan 3, 2024
1 parent e4a7e8c commit b67993d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v0/destinations/monday/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,12 @@ const getBoardDetails = async (url, boardID, apiToken) => {
headers: {
'Content-Type': JSON_MIME_TYPE,
Authorization: `${apiToken}`,
endpointPath: '/v2',
},
},
{
destType: 'monday',
feature: 'transformation',
endpointPath: '/v2',
},
);
const boardDetailsResponse = processAxiosResponse(clientResponse);
Expand Down

0 comments on commit b67993d

Please sign in to comment.