mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-05 23:44:26 +01:00
fix; markdown in faqs, makers filters for contacts
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user