Skip to content

Commit

Permalink
fix path again
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar committed Feb 23, 2023
1 parent 097a608 commit c25ad77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const handler = () => {
const authFile = isTSProject ? 'auth.ts' : 'auth.js'

await runTransform({
transformPath: path.join(__dirname, 'clerkGetCurrentUser.js'),
transformPath: path.join(__dirname, 'updateClerkGetCurrentUser.js'),
targetPaths: [path.join(getRWPaths().api.base, 'src', 'lib', authFile)],
})

Expand Down

0 comments on commit c25ad77

Please sign in to comment.