Skip to content

Commit

Permalink
Fix linting horror #120
Browse files Browse the repository at this point in the history
  • Loading branch information
Letty committed Sep 27, 2019
1 parent 14b4cf3 commit 2fb1d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/rest/tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default {
importPodcastFeed.limit = parseInt(data.limit)
}

const query = JSON.stringify(importPodcastFeed)
const query = JSON.stringify({ import_podcast_feed: importPodcastFeed })
console.log(query)
return axios.post(
`${process.env.apiBaseUrl}/api/rest/${process.env.backendVersion}/tasks`,
Expand Down

0 comments on commit 2fb1d34

Please sign in to comment.