Skip to content

Commit

Permalink
Merge pull request #640 from PrefectHQ/remove-account-and-workspace
Browse files Browse the repository at this point in the history
Remove account and workspace from event model
  • Loading branch information
pleek91 authored Mar 4, 2025
2 parents d8eca2f + d61b69c commit bfc76cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/models/event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ export type EventRelatedResource = RunGraphEventResource & {
export type RunGraphEvent = {
id: string,
occurred: Date,
account: string,
event: string,
payload: unknown,
received: Date,
related: EventRelatedResource[],
resource: RunGraphEventResource,
workspace: string | null,
}

0 comments on commit bfc76cd

Please # to comment.