mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-26 07:59:48 +03:00
stash
This commit is contained in:
parent
2155ec7654
commit
8c8b5d5e00
|
@ -109,7 +109,7 @@ function routes(
|
||||||
id: (r as ReportBaseFields).id,
|
id: (r as ReportBaseFields).id,
|
||||||
error: (r as { error: string }).error,
|
error: (r as { error: string }).error,
|
||||||
});
|
});
|
||||||
scServer.exchange.transmitPublish('report', {
|
void scServer.exchange.transmitPublish('report', {
|
||||||
type: 'add',
|
type: 'add',
|
||||||
data: r,
|
data: r,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user