Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Set Includesnapshot to false
  • Loading branch information
LeeParrishMSFT committed Apr 7, 2021
commit f084c43e61977c08c9468cf4f00fef08ab71568e
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class TurnMemoryScope extends MemoryScope {
* Initializes a new instance of the TurnMemoryScope class.
*/
public TurnMemoryScope() {
super(ScopePath.TURN, true);
super(ScopePath.TURN, false);
}

/**
Expand Down