Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
nit
  • Loading branch information
huchenlei committed Jul 21, 2024
commit eb9ee117549e8a96a2e0c8389f0284ef805b7996
2 changes: 1 addition & 1 deletion src/stores/queueStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { defineStore } from "pinia";
// Task type used in the API.
export type APITaskType = "queue" | "history";

class TaskItemImpl {
export class TaskItemImpl {
taskType: TaskType;
prompt: TaskPrompt;
status?: TaskStatus;
Expand Down