mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-18 05:10:57 +00:00
Remove non-standard "type annotations"
Since we're not actually using Flow.
This commit is contained in:
@@ -3,7 +3,7 @@ import { User, Config } from './user';
|
||||
|
||||
export class Server {
|
||||
|
||||
constructor(providers:object) {
|
||||
constructor(providers) {
|
||||
this.providers = providers; // providers[name] = loaded provider JS module
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user