]> Entropealabs - wampex.git/commitdiff
fix backwards args for invocation handling
authorChristopher <chris@entropealabs.com>
Sat, 21 Mar 2020 23:37:20 +0000 (18:37 -0500)
committerChristopher <chris@entropealabs.com>
Sat, 21 Mar 2020 23:37:20 +0000 (18:37 -0500)
lib/roles/callee.ex

index 54b0fd01fca9e0991ffcadec8b8ea902f1e28233..8b34613f45a9693b163e709a9e9899f1dca44f90 100644 (file)
@@ -85,7 +85,7 @@ defmodule Wampex.Roles.Callee do
 
   @impl true
   def handle([@invocation, id, reg_id, dets, arg_l]) do
-    handle([@invocation, id, dets, reg_id, arg_l, %{}])
+    handle([@invocation, id, reg_id, dets, arg_l, %{}])
   end
 
   @impl true