We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6eb3e5 commit 71e0047Copy full SHA for 71e0047
src/datasets/index.ts
@@ -87,7 +87,7 @@ const updateTermsOfAccess = new UpdateTermsOfAccess(datasetsRepository)
87
const updateDatasetLicense = new UpdateDatasetLicense(datasetsRepository)
88
const getDatasetStorageDriver = new GetDatasetStorageDriver(datasetsRepository)
89
const assignRoleOnDataset = new AssignRoleOnDataset(datasetsRepository)
90
-const unassignRoleOnDataset = new AssignRoleOnDataset(datasetsRepository)
+const unassignRoleOnDataset = new UnassignRoleOnDataset(datasetsRepository)
91
92
export {
93
getDataset,
0 commit comments