mirror of
https://github.com/Minionguyjpro/Inno-Setup-Action
synced 2026-02-19 01:41:19 +01:00
Remove node modules
This commit is contained in:
8
node_modules/@octokit/endpoint/dist-src/util/remove-undefined-properties.js
generated
vendored
8
node_modules/@octokit/endpoint/dist-src/util/remove-undefined-properties.js
generated
vendored
@@ -1,8 +0,0 @@
|
||||
export function removeUndefinedProperties(obj) {
|
||||
for (const key in obj) {
|
||||
if (obj[key] === undefined) {
|
||||
delete obj[key];
|
||||
}
|
||||
}
|
||||
return obj;
|
||||
}
|
||||
Reference in New Issue
Block a user