mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-19 03:06:29 +00:00
Fix lint warnings
Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
parent
454f82883e
commit
76034696e9
@ -202,8 +202,6 @@ export class DeviceAPI {
|
|||||||
opts: T,
|
opts: T,
|
||||||
logger?: Logger,
|
logger?: Logger,
|
||||||
): Promise<any> {
|
): Promise<any> {
|
||||||
const _ = await import('lodash');
|
|
||||||
|
|
||||||
interface ObjectWithUrl {
|
interface ObjectWithUrl {
|
||||||
url?: string;
|
url?: string;
|
||||||
}
|
}
|
||||||
|
@ -92,7 +92,7 @@ class Logger {
|
|||||||
return this.streams.logs.write(msg + eol);
|
return this.streams.logs.write(msg + eol);
|
||||||
}
|
}
|
||||||
|
|
||||||
logLivepush(msg: string) {
|
public logLivepush(msg: string) {
|
||||||
return this.streams.livepush.write(msg + eol);
|
return this.streams.livepush.write(msg + eol);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user