Skip to content

Commit 14807cd

Browse files
committed
chore: Cache bust CI stale files
Add comments to force CI to fetch fresh files instead of using stale cached versions
1 parent 9f93054 commit 14807cd

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

backend/src/services/sse.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,4 +234,5 @@ export class SSEService {
234234
}
235235
}
236236

237+
// Cache bust: CI fix
237238
export const sseService = new SSEService();

backend/src/workers/soroban-event-worker.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,4 +740,5 @@ export class SorobanEventWorker {
740740
}
741741
}
742742

743+
// Cache bust: CI fix
743744
export const sorobanEventWorker = new SorobanEventWorker();

0 commit comments

Comments
 (0)