Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ikprk committed Jul 16, 2024
1 parent 7058eda commit 784b4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth-server/tests/interactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async function userInteraction({
entityId: string
expectedStatus: number
}) {
const payload: components['schemas']['RegisterUserInteractionRequestData']['payload'] = {
const payload: components['schemas']['RegisterUserInteractionRequestData'] = {
type,
entityId,
}
Expand Down

0 comments on commit 784b4c2

Please sign in to comment.