Skip to content

Commit 4d817db

Browse files
authored
Discard changes to lib/node_modules/@stdlib/utils/move-property/lib/main.js
1 parent f285a2d commit 4d817db

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/utils/move-property/lib

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/utils/move-property/lib/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ function moveProperty( source, prop, target ) {
5858
if ( typeof target !== 'object' || target === null ) {
5959
throw new TypeError( format( 'invalid argument. Target argument must be an object. Value: `%s`.', target ) );
6060
}
61-
// eslint-disable-next-line no-warning-comments
6261
// TODO: handle case where gOPD is not supported
6362
desc = Object.getOwnPropertyDescriptor( source, prop );
6463
if ( desc === void 0 ) {

0 commit comments

Comments
 (0)