Skip to content

Commit 1b7fe0f

Browse files
committed
flow
1 parent 6eda1cc commit 1b7fe0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__mocks__/bull.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// @flow
1+
/* eslint-disable flowtype/require-valid-file-annotation */
22
export default class Queue {
3-
name: string;
3+
name;
44

55
constructor(name) {
66
this.name = name;

0 commit comments

Comments
 (0)