diff --git a/src/db/models/xoauth2.rs b/src/db/models/xoauth2.rs index 263db9bd..c4207b28 100644 --- a/src/db/models/xoauth2.rs +++ b/src/db/models/xoauth2.rs @@ -16,7 +16,7 @@ impl XOAuth2 { pub fn new(id: String, refresh_token: String) -> Self { Self { id, - refresh_token + refresh_token, } }