Skip to content

Commit

Permalink
Update Users.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
xHomu committed Dec 22, 2023
1 parent d112b64 commit 6994398
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/db/collections/Users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ import { isStaff, isStaffFieldLevel, isStaffOrSelf } from "../../access/user";

export const serverEnv = process.env.NODE_ENV;
export const usersSlug = "users";
console.log(
"PAYLOAD_PUBLIC_HOST_DOMAIN",
process.env.PAYLOAD_PUBLIC_HOST_DOMAIN,
);

export const Users: CollectionConfig = {
slug: usersSlug,
Expand Down

0 comments on commit 6994398

Please sign in to comment.