Skip to content

Commit 71873e4

Browse files
fix: changed the url in transferOwnership
1 parent b7a8b99 commit 71873e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/organization/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export function Organization (http, data) {
102102
*/
103103
this.transferOwnership = async (email) => {
104104
try {
105-
const response = await http.post(`${this.urlPath}/transfer_ownership`, { transfer_to: email })
105+
const response = await http.post(`${this.urlPath}/transfer-ownership`, { transfer_to: email })
106106
if (response.data) {
107107
return response.data
108108
} else {

0 commit comments

Comments
 (0)