sse bug fix
This commit is contained in:
@@ -5,7 +5,6 @@ export type ChangeEvent = {
|
||||
type: "insert" | "update" | "delete";
|
||||
collection: "permits" | "orgs";
|
||||
document?: Object;
|
||||
requiredClaims: Claim[];
|
||||
};
|
||||
|
||||
export const dbEvents = new EventEmitter();
|
||||
|
||||
Reference in New Issue
Block a user