We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent febbece commit f2854feCopy full SHA for f2854fe
lib/Services/cayenne.js
@@ -876,7 +876,7 @@ class Cayenne extends Request {
876
*/
877
deleteFuse(applicationId, userId, fuseId) {
878
const path = `/fuses/${fuseId}`;
879
- const query = this.setTenant(applicationId);
+ const query = this.setTenant(applicationId, userId);
880
881
return this.send('DELETE', path, { query });
882
}
0 commit comments