chore: Update translations
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kieran 2024-01-07 18:50:05 +00:00
parent 02e6d5c98c
commit 283d5cafb3

View File

@ -144,7 +144,7 @@ export default class AlbyWallet implements LNWallet {
if (req.ok) { if (req.ok) {
this.#token = { this.#token = {
...(json as OAuthToken), ...(json as OAuthToken),
created_at: unixNow() created_at: unixNow(),
}; };
this.onChange(this.#token); this.onChange(this.#token);
} }