(key: string)
| 31 | const PASS_THROUGH_STATE_KEYS = ["taskHistory"] |
| 32 | |
| 33 | export const isPassThroughStateKey = (key: string) => PASS_THROUGH_STATE_KEYS.includes(key) |
| 34 | |
| 35 | const globalSettingsExportSchema = globalSettingsSchema.omit({ |
| 36 | taskHistory: true, |
no outgoing calls
no test coverage detected