Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code100x/cms
/ userActions.ts
File
userActions.ts
src/actions/bounty/userActions.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use server'
;
2
import
prisma from
'@/db'
;
3
import
{ bountySubmissionSchema } from
'./schema'
;
4
import
{ BountySubmissionData } from
'./types'
;
Callers
nothing calls this directly
Calls
1
createSafeAction
Function · 0.90
Tested by
no test coverage detected