Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update vulnerable packages and fix lint issues
  • Loading branch information
crokita committed Mar 15, 2022
commit d2f9e40b1d8775521cc3a667f6064f5d216c5b46
2 changes: 0 additions & 2 deletions lib/js/src/protocol/_SdlProtocolBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,6 @@ class _SdlProtocolBase {

if (serviceType === _ServiceType.RPC || serviceType === _ServiceType.HYBRID) {
this._handleRPCPacket(sdlPacket);
} else if (serviceType === _ServiceType.HYBRID) {
this._handleRPCPacket(sdlPacket);
} else {
console.warn('Unhandled service type ', sdlPacket);
}
Expand Down
Loading