From 8f751a8cd67b30bb7ad71649f9ecd9592e56a9bc Mon Sep 17 00:00:00 2001 From: bradsawadye Date: Fri, 25 Aug 2023 08:48:35 +0200 Subject: [PATCH] Fix typo --- src/api/apps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/apps.js b/src/api/apps.js index 4c42018f..1e5b308f 100644 --- a/src/api/apps.js +++ b/src/api/apps.js @@ -32,7 +32,7 @@ const checkAppExists = async (ctx, appId) => { return app } -// Creates error response operations create, read, update and delete +// Creates error response for operations create, read, update and delete const createErrorResponse = (ctx, operation, error) => { logger.error(`Could not ${operation} an app via the API: ${error.message}`)