Skip to content

Commit

Permalink
EDSC-3971: Update colorMap error message
Browse files Browse the repository at this point in the history
  • Loading branch information
eudoroolivares2016 committed Jan 22, 2024
1 parent f192de6 commit 65e38c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverless/src/getColorMap/handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default async function getColorMap(event, context) {
const regex = /connect ECONNREFUSED/
const dbConnectionError = regex.test(error.message)
if (dbConnectionError && disableDatabase) {
const colorMapsDisabledMessage = 'Colormaps are currently disabled during maintenance period'
const colorMapsDisabledMessage = 'Colormaps are disabled during this maintenance period'

return {
isBase64Encoded: false,
Expand Down

0 comments on commit 65e38c5

Please sign in to comment.