Skip to content

Commit

Permalink
1.0.8: socket upgraded to v2 (required 5.5.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
benfiratkaya committed Apr 17, 2024
1 parent 6cac875 commit 4ff5f7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package net.leaderos.shared.modules.connect.models;
package net.leaderos.shared.modules.connect.socket;

import com.pusher.client.AuthorizationFailureException;
import com.pusher.client.util.HttpChannelAuthorizer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import lombok.Getter;
import lombok.Setter;
import net.leaderos.shared.model.request.PostRequest;
import net.leaderos.shared.modules.connect.models.CustomHttpAuthorizer;
import org.json.JSONArray;
import org.json.JSONObject;

Expand Down

0 comments on commit 4ff5f7f

Please sign in to comment.