Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
fuqiuluo committed Oct 12, 2024
1 parent 78e00c9 commit 4c2dd71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ abstract class BaseDivineService {
if (FakeLoc.enableDebugLog) {
Logger.debug("ProxyBinder($from): $bundle")
}
if(!RemoteCommandHandler.handleInstruction(randomKey, bundle, emptyList())) {
if(!RemoteCommandHandler.handleInstruction(randomKey, bundle, emptyMap())) {
Logger.error("Failed to handle instruction in $from")
}
return true
Expand Down

0 comments on commit 4c2dd71

Please sign in to comment.