We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45fae9d commit 0e33d6eCopy full SHA for 0e33d6e
src/utils/data/questions/get-onboarding.ts
@@ -1,3 +1,5 @@
1
+'use server';
2
+
3
import { prisma } from '@/lib/prisma';
4
/**
5
* Method to get questions after the user has selected their tags
0 commit comments