Skip to content

Commit

Permalink
(new enum name, prod => live)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-c authored Feb 5, 2025
1 parent bdea401 commit e943a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hub/src/types/api/api-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export interface ApiModelInfo {
files: string[];
gitalyUid: string;
inferenceProviderMapping: Partial<
Record<string, { providerId: string; status: "prod" | "staging"; task: WidgetType }>
Record<string, { providerId: string; status: "live" | "staging"; task: WidgetType }>
>;
lastAuthor: { email: string; user?: string };
lastModified: string; // convert to date
Expand Down

0 comments on commit e943a35

Please sign in to comment.