We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9fc35 commit 6102a4bCopy full SHA for 6102a4b
crates/handlers/src/admin/model.rs
@@ -804,11 +804,11 @@ pub struct PersonalSession {
804
revoked_at: Option<DateTime<Utc>>,
805
806
/// The ID of the user who owns this session (if user-owned)
807
- #[schemars(with = "super::schema::Ulid")]
+ #[schemars(with = "Option<super::schema::Ulid>")]
808
owner_user_id: Option<Ulid>,
809
810
/// The ID of the `OAuth2` client that owns this session (if client-owned)
811
812
owner_client_id: Option<Ulid>,
813
814
/// The ID of the user that the session acts on behalf of
0 commit comments