Skip to content

Commit aa5d43a

Browse files
committed
minor
1 parent 92a133c commit aa5d43a

File tree

1 file changed

+1
-1
lines changed
  • commons-macros/src/main/scala/com/avsystem/commons/macros/rpc

1 file changed

+1
-1
lines changed

commons-macros/src/main/scala/com/avsystem/commons/macros/rpc/RPCMacros.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ class RPCMacros(val c: blackbox.Context) extends MacroCommons {
174174
val args = reifyList(paramLists.map(paramList =>
175175
reifyList(paramList.map(ps => q"$FrameworkObj.write[${ps.typeSignature}](${ps.name.toTermName})"))))
176176

177-
val body = q"$rawRpcName.$rawRpcMethod(${m.rpcName.toString}, $args)"
177+
val body = q"$rawRpcName.$rawRpcMethod(${m.rpcNameString}, $args)"
178178
val adjustedBody = m.memberType match {
179179
case Procedure => body
180180
case Function =>

0 commit comments

Comments
 (0)