Skip to content

Commit

Permalink
test: changed 2 files to test
Browse files Browse the repository at this point in the history
  • Loading branch information
NamitBhutani committed Feb 5, 2024
1 parent ffed455 commit de22f3f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { appConfig } from "./config";
import { requestContext, requestTracing, stream } from "./libraries";
//@ts-ignore
import graphqlUploadExpress from "graphql-upload/graphqlUploadExpress.mjs";

const app = express();

app.use(requestTracing.middleware());
Expand Down
1 change: 0 additions & 1 deletion src/checks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { User } from "./models";
import { generateErrorMessage } from "zod-error";
import { getEnvIssues } from "./env";
import { logger } from "./libraries";

const logWarningForSuperAdminEnvVariable = async (): Promise<void> => {
const superAdminExist = await User.exists({ userType: "SUPERADMIN" });
const isVariablePresentInEnvFile = !!LAST_RESORT_SUPERADMIN_EMAIL;
Expand Down

0 comments on commit de22f3f

Please sign in to comment.