🐛 Fix Sphere Rewind
This commit is contained in:
@@ -268,7 +268,7 @@ public class SphereRewindServiceGrpc(
|
||||
{
|
||||
ServiceId = "sphere",
|
||||
AccountId = request.AccountId,
|
||||
Data = GrpcTypeHelper.ConvertObjectToByteString(data),
|
||||
Data = GrpcTypeHelper.ConvertObjectToByteString(data, withoutIgnore: true),
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user