Skip to content

Commit 990942c

Browse files
committed
fix typo
1 parent 4280af2 commit 990942c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitmovin/account/organizations/tenants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ export const tenants = (configuration, organizationId, groupId, http) => {
3131
return fn;
3232
};
3333

34-
export default (configuration, organizationId, groupId) => { return permissions(configuration, organizationId, groupId, http); };
34+
export default (configuration, organizationId, groupId) => { return tenants(configuration, organizationId, groupId, http); };

0 commit comments

Comments
 (0)