Skip to content

Commit

Permalink
chore(refactor): do not create unwanted objects
Browse files Browse the repository at this point in the history
  • Loading branch information
Nurguly Ashyrov authored and batuhan committed Mar 6, 2024
1 parent 5c48b1a commit ddb7dae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/network-api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,7 @@ export class TumblrClient {
}),
})

return {
...response.json.response,
}
return response.json.response
}

/**
Expand Down

0 comments on commit ddb7dae

Please sign in to comment.