fix: node.js sdk if request is a get data must not exist (#4618)
This commit is contained in:
@@ -42,7 +42,6 @@ describe('Send Requests', () => {
|
||||
expect(axios).toHaveBeenCalledWith({
|
||||
method,
|
||||
url: `${BASE_URL}${endpoint}`,
|
||||
data: null,
|
||||
params: null,
|
||||
headers: {
|
||||
Authorization: `Bearer ${difyClient.apiKey}`,
|
||||
|
Reference in New Issue
Block a user