Add to dating group

This commit is contained in:
James Grugett 2022-09-27 19:10:35 -04:00
parent 13dad9a10c
commit a7abdbb1db

View File

@ -75,6 +75,8 @@ export const createpost = newEndpoint({}, async (req, auth) => {
outcomeType: 'BINARY',
visibility: 'unlisted',
initialProb: 50,
// Dating group!
groupId: 'j3ZE8fkeqiKmRGumy3O1',
},
auth
)