We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a343a69 commit 463044eCopy full SHA for 463044e
api/abstractplay.ts
@@ -6972,7 +6972,7 @@ async function reportProblem(pars: { error: string })
6972
},
6973
Subject: {
6974
Charset: "UTF-8",
6975
- Data: "AbstractPlay front end error report"
+ Data: `AbstractPlay front end error report${process.env.ABSTRACT_PLAY_TABLE?.includes('-dev') ? ' (dev server)' : ''}`
6976
6977
6978
Source: "[email protected]"
0 commit comments