mirror of
https://github.com/djhackersdev/minime.git
synced 2026-09-10 11:35:23 -05:00
aimedb: Remove ident fields from Goodbye message
They're not present in this message, it's just zero bytes.
This commit is contained in:
@@ -63,7 +63,6 @@ function readHelloRequest(msg: Buffer): Request.HelloRequest {
|
||||
|
||||
function readGoodbyeRequest(msg: Buffer): Request.GoodbyeRequest {
|
||||
return {
|
||||
...begin(msg),
|
||||
type: "goodbye",
|
||||
};
|
||||
}
|
||||
|
||||
@@ -33,7 +33,7 @@ export interface HelloRequest extends AimeRequestBase {
|
||||
type: "hello";
|
||||
}
|
||||
|
||||
export interface GoodbyeRequest extends AimeRequestBase {
|
||||
export interface GoodbyeRequest {
|
||||
type: "goodbye";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user