Skip to content

Commit

Permalink
fix(infra service): fix wrong feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore03109 committed May 18, 2023
1 parent ac6383b commit 7acaebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/infra/InfraService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ type CreateSiteParams = {
isEmailLogin: boolean
}

const ARE_QUEUES_DEPRECIATED = true
const ARE_QUEUES_DEPRECIATED = false
export default class InfraService {
private readonly sitesService: InfraServiceProps["sitesService"]

Expand Down

0 comments on commit 7acaebe

Please sign in to comment.