mirror of
https://github.com/Yonle/bostr.git
synced 2025-09-27 21:36:21 +02:00
testworker: try use different sid for test
Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
@@ -11,7 +11,7 @@ worker.on('message', msg => {
|
||||
worker.postMessage({
|
||||
type: "req",
|
||||
id,
|
||||
sid: "testing",
|
||||
sid: "TestWorker",
|
||||
filters: [{ kinds: [1] }]
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user