mirror of https://github.com/jetkvm/kvm.git
chore: make tslint happy
This commit is contained in:
parent
94a388336e
commit
2e1b6f199c
|
@ -60,8 +60,7 @@ export class RpcMessage {
|
|||
throw new Error("Not implemented");
|
||||
}
|
||||
|
||||
// @ts-expect-error: this is a base class, so we don't need to implement it
|
||||
public static unmarshal(data: Uint8Array): RpcMessage | undefined {
|
||||
public static unmarshal(_data: Uint8Array): RpcMessage | undefined {
|
||||
throw new Error("Not implemented");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue