mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-26 19:10:18 +01:00
fix lint error
This commit is contained in:
parent
d8941558c3
commit
31daf10f87
1 changed files with 1 additions and 1 deletions
|
@ -90,6 +90,6 @@ export class RateLimiterService {
|
|||
}
|
||||
}
|
||||
|
||||
return null
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue