summaryrefslogtreecommitdiff
path: root/app/src/routes/assignments
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/routes/assignments')
-rw-r--r--app/src/routes/assignments/[assignmentId]/+page.server.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/routes/assignments/[assignmentId]/+page.server.ts b/app/src/routes/assignments/[assignmentId]/+page.server.ts
index b6634f0..790492c 100644
--- a/app/src/routes/assignments/[assignmentId]/+page.server.ts
+++ b/app/src/routes/assignments/[assignmentId]/+page.server.ts
@@ -43,7 +43,6 @@ export const actions = {
);
const { beanstalkdClient, dbClient, s3Client } = locals;
-
await finishAssignment({
beanstalkdClient,
dbClient,