fix(backend/sink): fixed messages types
This commit is contained in:
parent
68591a76a5
commit
513aa89267
1 changed files with 2 additions and 2 deletions
|
|
@ -74,8 +74,8 @@ func main() {
|
|||
if iter.Type() == MsgSetNodeAttributeURLBased ||
|
||||
iter.Type() == MsgSetCSSDataURLBased ||
|
||||
iter.Type() == MsgCSSInsertRuleURLBased ||
|
||||
iter.Type() == AdoptedSSReplaceURLBased ||
|
||||
iter.Type() == AdoptedSSInsertRuleURLBased {
|
||||
iter.Type() == MsgAdoptedSSReplaceURLBased ||
|
||||
iter.Type() == MsgAdoptedSSInsertRuleURLBased {
|
||||
msg = assetMessageHandler.ParseAssets(sessionID, msg.Decode()) // TODO: filter type only once (use iterator inide or bring ParseAssets out here).
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue