Skip to content

Commit 9e6461e

Browse files
committed
updated example for clarity on delete instance calls
1 parent 4d7f2d1 commit 9e6461e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You can try to create a token from the received jwt.
4747

4848
// If the plugin instance was deleted in Staffbase
4949
if(ssoData.isDeleteInstanceCall()){
50-
this.handleSsoDeletionCall();
50+
this.handleSsoDeletionCall(ssoData.getInstanceID());
5151
return;
5252
}
5353

0 commit comments

Comments
 (0)