Skip to content

Commit 80ae260

Browse files
committed
fix: update instanceUniqueRepresentation to return 'single'
1 parent e9e341c commit 80ae260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export default class UserSoftDelete extends AdminForthPlugin {
101101
instanceUniqueRepresentation(pluginOptions: any) : string {
102102
// optional method to return unique string representation of plugin instance.
103103
// Needed if plugin can have multiple instances on one resource
104-
return `user-soft-delete`;
104+
return `single`;
105105
}
106106

107107
setupEndpoints(server: IHttpServer) {

0 commit comments

Comments
 (0)