Skip to content

Commit

Permalink
Fix wrong cast
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment committed Dec 17, 2019
1 parent 4bf1d48 commit a086b6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ protected void onDispatch(DataObject raw)
{
final DataArray payload = raw.getArray("d");
final List<DataObject> converted = convertPresencesReplace(responseTotal, payload);
final PresenceUpdateHandler handler = getHandler("PRESENCE_UPDATE");
final SocketHandler handler = getHandler("PRESENCE_UPDATE");
LOG.trace("{} -> {}", type, payload);
for (DataObject o : converted)
{
Expand Down

0 comments on commit a086b6e

Please sign in to comment.