mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
interface: unnecessary const
This commit is contained in:
parent
a6d4c3a431
commit
4814d61c48
@ -56,8 +56,7 @@ class GcpManager {
|
||||
this.#api.gcp.refreshToken()
|
||||
.then(
|
||||
(expiresIn: number) => {
|
||||
const interval = this.refreshInterval(expiresIn);
|
||||
this.refreshAfter(interval);
|
||||
this.refreshAfter(this.refreshInterval(expiresIn));
|
||||
})
|
||||
.catch(
|
||||
({reason}) => {
|
||||
|
Loading…
Reference in New Issue
Block a user