Skip to content

Commit

Permalink
Fix broken PRODUCTION_ORIGIN
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaumaus committed Dec 18, 2024
1 parent 7075f55 commit 399eca5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ import { Auth } from '../auth/decorators'
import { Pagination } from '../common/pagination'
import { ProjectService } from '../project/project.service'
import { Project } from '../project/entity'
import { isDevelopment, PRODUCTION_ORIGIN } from '../common/constants'

const ORGANISATION_INVITE_EXPIRE = 7 * 24 // 7 days in hours
const { PRODUCTION_ORIGIN, isDevelopment } = process.env

@Controller('organisation')
export class OrganisationController {
Expand Down

0 comments on commit 399eca5

Please sign in to comment.