fix errors

This commit is contained in:
SuperAuguste 2020-05-14 15:57:31 -04:00
parent 8468207da3
commit 73c3e87a37

View File

@ -79,7 +79,7 @@ pub const Notification = struct {
/// JSONRPC response /// JSONRPC response
pub const Response = struct { pub const Response = struct {
jsonrpc: String = "2.0", jsonrpc: String = "2.0",
@"error": ?Error = null, // @"error": ?Error = null,
id: RequestId, id: RequestId,
result: ResponseParams, result: ResponseParams,
}; };