Skip to content

Commit

Permalink
fix: prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef committed Jul 18, 2024
1 parent 2e69cd7 commit ed854e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config/imprint.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createUrl, createUrlSearchParams } from "@acdh-oeaw/lib";

import { type Locale } from "@/config/i18n.config";
import { type Locale } from "@/config/i18n.config";

export function createImprintUrl(locale: Locale, redmineId: string): URL {
return createUrl({
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/query-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default defineNuxtPlugin((nuxt) => {
error instanceof Response
? // @ts-expect-error Set by api client.

(error.error?.title as string | undefined) ?? error.statusText
(error.error?.title as string | undefined) ?? error.statusText
: error.message;

if (process.client) {
Expand Down

0 comments on commit ed854e4

Please sign in to comment.