mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-23 09:51:10 +01:00
Remove environments from synced folder, and stop syncing
This commit is contained in:
@@ -69,7 +69,7 @@ function isModelRelevant(m: AnyModel) {
|
||||
if (
|
||||
m.model !== 'workspace' &&
|
||||
m.model !== 'folder' &&
|
||||
m.model !== 'environment' &&
|
||||
// m.model !== 'environment' && // Not synced anymore
|
||||
m.model !== 'http_request' &&
|
||||
m.model !== 'grpc_request' &&
|
||||
m.model !== 'websocket_request'
|
||||
|
||||
Reference in New Issue
Block a user