remove node_modules and .gitignore them
This commit is contained in:
-6
@@ -1,6 +0,0 @@
|
||||
export function resolveUserAgentConfig(input) {
|
||||
return {
|
||||
...input,
|
||||
customUserAgent: typeof input.customUserAgent === "string" ? [[input.customUserAgent]] : input.customUserAgent,
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user