Skip to content

Commit

Permalink
Update NT4Client.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
nab138 authored May 6, 2024
1 parent 9004c92 commit 82be359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NetworkTables/NT4Client.swift
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class NT4Client: WebSocketDelegate {
continue
}
// Handle the message
handleJsonMessage(msgObj)
handleJsonMessage(msg: msgObj)
}
}
}
Expand Down

0 comments on commit 82be359

Please sign in to comment.