mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 18:56:25 +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,
|
||||
logger?: Logger,
|
||||
): Promise<any> {
|
||||
const _ = await import('lodash');
|
||||
|
||||
interface ObjectWithUrl {
|
||||
url?: string;
|
||||
}
|
||||
|
@ -92,7 +92,7 @@ class Logger {
|
||||
return this.streams.logs.write(msg + eol);
|
||||
}
|
||||
|
||||
logLivepush(msg: string) {
|
||||
public logLivepush(msg: string) {
|
||||
return this.streams.livepush.write(msg + eol);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user