More use of isProduction/isDevelopment getters
This commit is contained in:
@@ -89,7 +89,7 @@ export default async function userInviter({
|
||||
teamUrl: team.url,
|
||||
}).schedule();
|
||||
|
||||
if (env.ENVIRONMENT === "development") {
|
||||
if (env.isDevelopment) {
|
||||
Logger.info(
|
||||
"email",
|
||||
`Sign in immediately: ${
|
||||
|
||||
Reference in New Issue
Block a user