Skip to content

Commit

Permalink
Fix wrong path in apollo config
Browse files Browse the repository at this point in the history
  • Loading branch information
wingio committed Aug 29, 2024
1 parent 70713a0 commit dae3fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ apollo {

mapScalarToKotlinString("URI")
mapScalarToKotlinString("HTML")
mapScalar("Date", "kotlinx.datetime.Instant", "com.materiiapps.gloom.api.utils.DateAdapter")
mapScalar("Date", "kotlinx.datetime.Instant", "com.materiiapps.gloom.api.util.DateAdapter")
mapScalar(
"DateTime",
"kotlinx.datetime.Instant",
Expand Down

0 comments on commit dae3fa5

Please sign in to comment.