We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de6eb9c commit 1bab69cCopy full SHA for 1bab69c
src/index.ts
@@ -96,7 +96,6 @@ const periodicExternalReadModelRefresh = setInterval(() => {
96
);
97
}, 60_000);
98
server.on('close', () => {
99
- throw new Error('asd');
100
clearInterval(periodicReadModelRefresh);
101
clearInterval(periodicExternalReadModelRefresh);
102
});
0 commit comments