Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 66d7f7f

Browse files
author
vikasrohit
committed
SUP-3055, [Edit Profile] Can't delete weblink in profile
-- Fixed lint errors
1 parent 433d157 commit 66d7f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/api.service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ import _ from 'lodash'
9191
id: 'handle',
9292
route: 'members'
9393
})
94-
.setDefaultHeaders({ "Content-Type": "application/json" })
94+
.setDefaultHeaders({ 'Content-Type': 'application/json' })
9595
.addRequestInterceptor(function(element, operation, what, url) {
9696
if (url.indexOf('members') > -1 || (operation.toLowerCase() === 'post' && url.indexOf('profiles') > -1)) {
9797
return {

0 commit comments

Comments
 (0)