Skip to content

Commit

Permalink
Added sandbox to the Environment Enum. (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelpx authored Feb 4, 2025
1 parent 2291e46 commit 5d0a7fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/kotlin/com/nylas/models/Environment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ enum class Environment {

@Json(name = "staging")
STAGING,

@Json(name = "sandbox")
SANDBOX,
}

0 comments on commit 5d0a7fd

Please sign in to comment.