fix; markdown in faqs, makers filters for contacts

This commit is contained in:
MTG2000
2022-09-10 11:06:52 +03:00
parent c44a9ece51
commit fdab0fa0d4
9 changed files with 175 additions and 166 deletions

View File

@@ -278,17 +278,17 @@ const getMakersInTournament = extendType({
OR: [
{
github: {
not: null
not: ''
}
},
{
twitter: {
not: null
not: ''
}
},
{
linkedin: {
not: null
not: ''
}
},
]
@@ -301,6 +301,7 @@ const getMakersInTournament = extendType({
})
const makers = (await prisma.tournamentParticipant.findMany({
where: {
tournament_id: args.tournamentId,