Skip to content

Commit 5db59bd

Browse files
committed
chore: lint code
1 parent ad6f7e2 commit 5db59bd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/components/sls/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class Sls {
4545
}
4646
}
4747

48-
async warmUp({ app = '', stage = 'dev', name = '', org='' }: WarmOptions): Promise<boolean> {
48+
async warmUp({ app = '', stage = 'dev', name = '', org = '' }: WarmOptions): Promise<boolean> {
4949
// 1. get instance
5050
const faas = new Faas({
5151
secretId: this.capi.options.SecretId,

src/typings/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ export interface Credential {
1111
token?: string;
1212
region?: string;
1313
}
14-

0 commit comments

Comments
 (0)