Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 2c7828a

Browse files
committed
fix: incorrect casing on import
1 parent 55ed982 commit 2c7828a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

start/globals.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import AssetTypes from 'App/Enums/AssetTypes'
2121
import PaywallTypes from 'App/Enums/PaywallTypes'
2222
import VideoTypes from 'App/Enums/VideoTypes'
2323
import CouponDurations from 'App/Enums/CouponDurations'
24-
import Difficulties from 'App/Enums/difficulties'
24+
import Difficulties from 'App/Enums/Difficulties'
2525

2626
if (Env.get('NODE_ENV') === 'test') {
2727
View.global('csrfField', () => '')
@@ -149,4 +149,4 @@ View.global('PostTypeEnumDesc', PostTypeDesc)
149149
View.global('Roles', Roles)
150150
View.global('Themes', Themes)
151151
View.global('VideoTypes', VideoTypes)
152-
View.global('CouponDurations', CouponDurations)
152+
View.global('CouponDurations', CouponDurations)

0 commit comments

Comments
 (0)