Skip to content

Commit

Permalink
chore(playground): update middleware code
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEdoRan committed Aug 11, 2024
1 parent eb537a1 commit 97587ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/playground/src/lib/safe-action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const action = createSafeActionClient({
const start = Date.now();

// Here we await the next middleware.
const result = await next({ ctx });
const result = await next();

const end = Date.now();

Expand Down

0 comments on commit 97587ae

Please sign in to comment.