first commit
This commit is contained in:
9
node_modules/n8n-workflow/dist/esm/global-state.js
generated
vendored
Normal file
9
node_modules/n8n-workflow/dist/esm/global-state.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { deepCopy } from './utils';
|
||||
let globalState = { defaultTimezone: 'America/New_York' };
|
||||
export function setGlobalState(state) {
|
||||
globalState = state;
|
||||
}
|
||||
export function getGlobalState() {
|
||||
return deepCopy(globalState);
|
||||
}
|
||||
//# sourceMappingURL=global-state.js.map
|
||||
Reference in New Issue
Block a user