Skip to content

Commit

Permalink
flow
Browse files Browse the repository at this point in the history
  • Loading branch information
tommoor committed Nov 27, 2020
1 parent 6eda1cc commit 1b7fe0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __mocks__/bull.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @flow
/* eslint-disable flowtype/require-valid-file-annotation */
export default class Queue {
name: string;
name;

constructor(name) {
this.name = name;
Expand Down

0 comments on commit 1b7fe0f

Please sign in to comment.