Skip to content

Commit

Permalink
fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
RuthShryock committed Nov 1, 2024
1 parent 571097c commit e75d9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kobo/apps/project_views/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def export(self, request, uid, obj_type):
export_task_in_background.delay(
export_task_uid=export_task.uid,
username=user.username,
export_task_name="ProjectViewExportTask",
export_task_name='ProjectViewExportTask',
)

return Response({'status': export_task.status})
Expand Down

0 comments on commit e75d9d4

Please sign in to comment.