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;
|
||||
}
|
||||
|
||||
// deno-lint-ignore require-await
|
||||
async isReady(): Promise<AplReadyResult> {
|
||||
return {
|
||||
ready: true,
|
||||
};
|
||||
}
|
||||
|
||||
// deno-lint-ignore require-await
|
||||
async isConfigured(): Promise<AplConfiguredResult> {
|
||||
return {
|
||||
configured: true,
|
||||
|
|
Loading…
Reference in a new issue