This commit is contained in:
Tom Moor 2020-11-27 09:48:10 -08:00
parent 6eda1cc0d3
commit 1b7fe0f7da
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
// @flow
/* eslint-disable flowtype/require-valid-file-annotation */
export default class Queue {
name: string;
name;
constructor(name) {
this.name = name;