mirror of
https://github.com/outline/outline.git
synced 2026-01-05 18:49:53 -06:00
flow
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// @flow
|
||||
/* eslint-disable flowtype/require-valid-file-annotation */
|
||||
export default class Queue {
|
||||
name: string;
|
||||
name;
|
||||
|
||||
constructor(name) {
|
||||
this.name = name;
|
||||
|
||||
Reference in New Issue
Block a user