Fix linter issues
This commit is contained in:
parent
317958b92f
commit
d4e278586f
1 changed files with 2 additions and 0 deletions
|
@ -37,12 +37,14 @@ export class DenoAPL implements APL {
|
||||||
return authDataList;
|
return authDataList;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// deno-lint-ignore require-await
|
||||||
async isReady(): Promise<AplReadyResult> {
|
async isReady(): Promise<AplReadyResult> {
|
||||||
return {
|
return {
|
||||||
ready: true,
|
ready: true,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// deno-lint-ignore require-await
|
||||||
async isConfigured(): Promise<AplConfiguredResult> {
|
async isConfigured(): Promise<AplConfiguredResult> {
|
||||||
return {
|
return {
|
||||||
configured: true,
|
configured: true,
|
||||||
|
|
Loading…
Reference in a new issue