We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b301889 commit dd02e44Copy full SHA for dd02e44
lib/definitions/errors.js
@@ -1,4 +1,4 @@
1
-import { inspect } from 'util';
+import {inspect} from 'util';
2
import { createRequire } from "node:module";
3
const require = createRequire(import.meta.url);
4
@@ -33,7 +33,7 @@ Your configuration for the \`failComment\` option is \`${stringify(failComment)}
33
34
Your configuration for the \`labels\` option is \`${stringify(labels)}\`.`,
35
}),
36
- EINVALIDASSIGNEE: ({ ssignee}) => ({
+ EINVALIDASSIGNEE: ({assignee}) => ({
37
message: 'Invalid `assignee` option.',
38
details: `The [assignee option](${linkify('README.md#assignee')}) if defined, must be a non empty \`String\`.
39
0 commit comments