Skip to content

Commit

Permalink
ups
Browse files Browse the repository at this point in the history
  • Loading branch information
dlopezalvas committed Sep 25, 2023
1 parent d5f9b12 commit 086818f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/pilas-bloques-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default Service.extend({
},

async _send(method, resource, body, critical = true) {
if(resource.includes('solutions') && this.isCreatorURL()) return //Should not send or get solution when using the creator
if(resource.includes('solution') && this.isCreatorURL()) return //Should not send or get solution when using the creator

const user = this.getUser()
const url = `${baseURL}/${resource}`
Expand Down

0 comments on commit 086818f

Please sign in to comment.