Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
chore(linter): fixing lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bassrock committed Oct 2, 2023
1 parent 956c4f9 commit 284b68c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ permissions: {}

on:
push:
branches: ["main"]
branches: [main]
pull_request:
types: [opened, synchronize]

Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:

- name: 💪 Type check
run: pnpm test:typecheck

docker-build:
name: Build Docker Image
timeout-minutes: 15
Expand All @@ -54,4 +54,4 @@ jobs:
context: .
load: true
cache-from: type=gha
cache-to: type=gha,mode=max
cache-to: type=gha,mode=max
2 changes: 1 addition & 1 deletion composables/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ export async function signOut() {
method: 'DELETE', // This requires https://github.com/MozillaSocial/mastodon/pull/38 on the Mastodon instance
}
await fetch(signOutUrl, fetchOptions).then(r => r.json())

if (!currentUserHandle.value)
await useRouter().push('/')

Expand Down

0 comments on commit 284b68c

Please sign in to comment.