fix a lot of stuff by simply moving const to a proper place
This commit is contained in:
parent
12b4b00e49
commit
c2be818504
6 changed files with 10 additions and 15 deletions
|
|
@ -182,6 +182,7 @@ export const defaultConfigLocal = {
|
|||
imageCompression: true,
|
||||
useStreamingApi: false,
|
||||
}
|
||||
export const LOCAL_ONLY_KEYS = new Set(Object.keys(defaultConfigLocal))
|
||||
|
||||
export const makeUndefined = (c) =>
|
||||
Object.fromEntries(Object.keys(c).map((key) => [key, undefined]))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue