From 488408a385cc43acaa83f1e97e262d83b1dd975c Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Mon, 8 Aug 2022 09:31:12 +1000 Subject: [PATCH] Remove a dead URL in a comment. --- api/server.mjs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/server.mjs b/api/server.mjs index ae59bd0..88700c1 100644 --- a/api/server.mjs +++ b/api/server.mjs @@ -23,8 +23,7 @@ async function startServer() { graphqlUploadKoa({ // Limits here should be stricter than config for surrounding // infrastructure such as Nginx so errors can be handled elegantly by - // `graphql-upload`: - // https://github.com/jaydenseric/graphql-upload#type-processrequestoptions + // `graphql-upload`. maxFileSize: 10000000, // 10 MB maxFiles: 20, })