Skip to content

Commit

Permalink
action test 1.5.0-Alpha5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kloping committed Nov 30, 2023
1 parent 7ac6aca commit 90419b9
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ public JSONObject getMetadata() {
}

@Override
public String getClassName() {
return ConnectedEvent.class.getSimpleName();
public String getSessionId() {
return sessionId;
}

@Override
public String getSessionId() {
return sessionId;
public String getClassName() {
return ConnectedEvent.class.getSimpleName();
}

@Override
Expand Down

0 comments on commit 90419b9

Please sign in to comment.