mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-21 00:11:21 +02:00
Fix sync
This commit is contained in:
@@ -62,7 +62,8 @@ function isModelRelevant(workspaceId: string, m: AnyModel) {
|
|||||||
m.model !== 'folder' &&
|
m.model !== 'folder' &&
|
||||||
m.model !== 'environment' &&
|
m.model !== 'environment' &&
|
||||||
m.model !== 'http_request' &&
|
m.model !== 'http_request' &&
|
||||||
m.model !== 'grpc_request'
|
m.model !== 'grpc_request' &&
|
||||||
|
m.model !== 'websocket_request'
|
||||||
) {
|
) {
|
||||||
return false;
|
return false;
|
||||||
} else if (m.model === 'workspace') {
|
} else if (m.model === 'workspace') {
|
||||||
|
|||||||
Reference in New Issue
Block a user