Update backend/src/graphql/resolver/util/findContributions.ts

Co-authored-by: Hannes Heine <heine.hannes@gmail.com>
This commit is contained in:
Moriz Wahl 2023-06-30 14:32:09 +02:00 committed by GitHub
parent 6030ca0898
commit ef461dc969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ export const findContributions = async (
}
const where =
query && relations && relations.user
query && relations?.user
? [
{
...requiredWhere,