refactor: redesign theme tokens and split catppuccin themes
This commit is contained in:
@@ -136,7 +136,7 @@ where
|
||||
{
|
||||
let mut body: graphql_client::Response<T> = res.json().await?;
|
||||
match body.data.take() {
|
||||
None => Err(Error::GraphQLError(body.errors.unwrap_or_default())),
|
||||
Some(data) => Ok((body, data)),
|
||||
| None => Err(Error::GraphQLError(body.errors.unwrap_or_default())),
|
||||
| Some(data) => Ok((body, data)),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user