Skip to content

Commit

Permalink
Another commit to fix #8
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum committed Dec 17, 2023
1 parent cdd2aa0 commit fc85890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/server/developersession.d
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ class DeveloperSession {
appId["identifier"].str().native(),
appId["name"].str().native(),
appId["features"].dict(),
appId["expirationDate"].date().native(),
"expirationDate" in appId ? appId["expirationDate"].date().native() : DateTime.max(),
);
}
).array(),
Expand Down

0 comments on commit fc85890

Please sign in to comment.