Skip to content

Commit

Permalink
fix: incorrect casing on import
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgobich committed Apr 30, 2024
1 parent 55ed982 commit 2c7828a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start/globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import AssetTypes from 'App/Enums/AssetTypes'
import PaywallTypes from 'App/Enums/PaywallTypes'
import VideoTypes from 'App/Enums/VideoTypes'
import CouponDurations from 'App/Enums/CouponDurations'
import Difficulties from 'App/Enums/difficulties'
import Difficulties from 'App/Enums/Difficulties'

if (Env.get('NODE_ENV') === 'test') {
View.global('csrfField', () => '')
Expand Down Expand Up @@ -149,4 +149,4 @@ View.global('PostTypeEnumDesc', PostTypeDesc)
View.global('Roles', Roles)
View.global('Themes', Themes)
View.global('VideoTypes', VideoTypes)
View.global('CouponDurations', CouponDurations)
View.global('CouponDurations', CouponDurations)

0 comments on commit 2c7828a

Please sign in to comment.