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

Commit 638e906

Browse files
committed
cleanup
1 parent cd6b72e commit 638e906

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/services/tcAuth.service.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,7 @@
168168
method: 'DELETE',
169169
headers: {
170170
'Authorization': "Bearer " + AuthTokenService.getV3Token()
171-
},
172-
data: {}
171+
}
173172
}).then(function(res) {
174173
$log.log('logout successful');
175174
}).catch(function(resp) {

0 commit comments

Comments
 (0)