Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 9558993

Browse files
committed
FIX
1 parent 51e9810 commit 9558993

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/backend/src/core/FanoutTimelineService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ export type FanoutTimelineName = (
3737

3838
// role timelines
3939
| `roleTimeline:${string}` // any notes are included
40+
| `remoteLocalTimeline:${string}`
4041
);
4142

42-
| `remoteLocalTimeline:${string}`
4343

4444
@Injectable()
4545
export class FanoutTimelineService {

0 commit comments

Comments
 (0)