chore: lint & changeset

Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
This commit is contained in:
Gabriel Dugny
2026-03-11 08:42:02 +01:00
committed by Fredrik Adelöw
parent a49a40d314
commit ffaded0b30
4 changed files with 7 additions and 11 deletions
@@ -28,7 +28,7 @@ import { OidcDatabase } from '../database/OidcDatabase';
import { OfflineAccessService } from './OfflineAccessService';
import { json } from 'express';
import { z } from 'zod/v4';
import { fromZodError } from 'zod-validation-error';
import { fromZodError } from 'zod-validation-error/v4';
import { OidcError } from './OidcError';
function ensureTrailingSlash(url: string): string {