mirror of
https://github.com/Sevichecc/raycast-akkoma-extension.git
synced 2025-04-30 22:49:30 +08:00
style: lint the code
This commit is contained in:
parent
608c30a41d
commit
fff1f02d8a
3 changed files with 3 additions and 3 deletions
|
@ -52,7 +52,7 @@ export default function SimpleCommand(props: CommandProps) {
|
||||||
const init = async () => {
|
const init = async () => {
|
||||||
try {
|
try {
|
||||||
await getAccessToken();
|
await getAccessToken();
|
||||||
const fqn = await LocalStorage.getItem<string>("account-fqn") || "";
|
const fqn = (await LocalStorage.getItem<string>("account-fqn")) || "";
|
||||||
setState((prevState) => ({
|
setState((prevState) => ({
|
||||||
...prevState,
|
...prevState,
|
||||||
fqn: fqn,
|
fqn: fqn,
|
||||||
|
|
Loading…
Reference in a new issue