mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
collab: Sort LLM database ID types (#19083)
This PR sorts the order of the LLM database ID type declarations. Release Notes: - N/A
This commit is contained in:
parent
22ea7cef7a
commit
f33b8abc72
1 changed files with 2 additions and 2 deletions
|
|
@ -3,9 +3,9 @@ use serde::{Deserialize, Serialize};
|
|||
|
||||
use crate::id_type;
|
||||
|
||||
id_type!(BillingEventId);
|
||||
id_type!(ModelId);
|
||||
id_type!(ProviderId);
|
||||
id_type!(RevokedAccessTokenId);
|
||||
id_type!(UsageId);
|
||||
id_type!(UsageMeasureId);
|
||||
id_type!(RevokedAccessTokenId);
|
||||
id_type!(BillingEventId);
|
||||
|
|
|
|||
Loading…
Reference in a new issue