Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit e804241

Browse files
committed
lose trailing comma
1 parent 9b328b3 commit e804241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = {
2424
outer.log('something bad happened oh no', { color: 'red' });
2525
outer.log(err, { color: 'red' });
2626
});
27-
},
27+
}
2828
});
2929

3030
return new DeployPlugin();

0 commit comments

Comments
 (0)