Test log.

This commit is contained in:
ogerly 2021-11-24 11:27:22 +01:00
parent 4544d701fb
commit c68386be85

View File

@ -31,6 +31,7 @@ export class AdminResolver {
const user = await userRepository.findByEmail(email)
// TODO: Check user open creation state (Open creation)
const creations = await getUserCreations(user.id)
console.log('creations', creations)
if (isCreationValid(creations, amount, creationDate)) {
// UserAdmin.creations()
// TODO: Write pending creation to DB