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