Skip to content

Commit d5760bc

Browse files
YunchuWangCopilot
andauthored
Update packages/durabletask-js-export-history/src/entity/export-job.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 649d141 commit d5760bc

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

packages/durabletask-js-export-history/src/entity/export-job.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -200,13 +200,6 @@ export class ExportJob extends TaskEntity<ExportJobState> {
200200
this.state.lastModifiedAt = new Date();
201201
}
202202

203-
/**
204-
* Deletes the export job entity by setting state to null.
205-
*/
206-
delete(): void {
207-
this.state = null as unknown as ExportJobState;
208-
}
209-
210203
/**
211204
* Starts the export orchestration by scheduling it from the entity context.
212205
* Uses a fixed instance ID to prevent concurrent orchestrators for the same job.

0 commit comments

Comments
 (0)