Skip to content

Commit b367154

Browse files
committed
fix: turn autopilot on
1 parent e93dd65 commit b367154

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/util/LegacyMapper.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ class LegacyMapper {
130130
3: "1",
131131
4: "0",
132132
7: "1.0",
133-
9: "Off", // Turn Auto Pilot Off
133+
9: "On", // Turn Auto Pilot Off
134134
78: "Development", // Forum Type - value doesn't matter
135-
10: "Off", // Turn status notification off
136-
11: "Off", // Turn timeline notification off
135+
10: "On", // Turn status notification off
136+
11: "On", // Turn timeline notification off
137137
12: "Yes", // Public -> Yes (make it dynamic)
138138
13: "Yes", // Rated -> Yes (make it dynamic)
139139
14: "Open", // Eligibility -> Open (value doesn't matter)

0 commit comments

Comments
 (0)