Skip to content

Commit

Permalink
Remove static testing value.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSv4 committed Jul 10, 2024
1 parent c445ae4 commit 24ebca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/graphql/mutations.py
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ def mutate(
)

user = info.context.user
pdf_file = ContentFile("Yo", name=filename)
pdf_file = ContentFile(file_bytes, name=filename)
document = Document(
creator=user,
title=title,
Expand Down

0 comments on commit 24ebca3

Please sign in to comment.