Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jatin Garg authored and Jatin Garg committed Aug 15, 2024
1 parent 6f5381e commit 49c8fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framework/attributor/src/runtimeAttributor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export class RuntimeAttributor implements IRuntimeAttributor {
};

private opAttributor: IAttributor | undefined;
public isEnabled = false;
public isEnabled = true;

public async initialize(
deltaManager: IDeltaManager<ISequencedDocumentMessage, IDocumentMessage>,
Expand Down

0 comments on commit 49c8fc1

Please sign in to comment.