Skip to content

Commit 3454fda

Browse files
authored
Merge branch 'master' into typo-error#4772
2 parents 0800aad + 873ab59 commit 3454fda

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,10 @@ GEM
268268
geocoder (1.7.3)
269269
globalid (1.2.1)
270270
activesupport (>= 6.1)
271-
google-protobuf (3.25.1)
272-
google-protobuf (3.25.1-arm64-darwin)
273-
google-protobuf (3.25.1-x86_64-darwin)
274-
google-protobuf (3.25.1-x86_64-linux)
271+
google-protobuf (3.25.3)
272+
google-protobuf (3.25.3-arm64-darwin)
273+
google-protobuf (3.25.3-x86_64-darwin)
274+
google-protobuf (3.25.3-x86_64-linux)
275275
googleapis-common-protos-types (1.6.0)
276276
google-protobuf (~> 3.14)
277277
hairtrigger (0.2.25)
@@ -888,7 +888,7 @@ GEM
888888
will_paginate (>= 3.0.3)
889889
xpath (3.2.0)
890890
nokogiri (~> 1.8)
891-
yard (0.9.34)
891+
yard (0.9.36)
892892
zeitwerk (2.6.13)
893893

894894
PLATFORMS

simulator/src/data/save.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export function generateSaveData(name, setName = true) {
104104
}
105105

106106
completed[id] = true;
107-
update(scopeList[id], true); // For any pending integrity checks on subcircuits
107+
update(scopeList[id]); // For any pending integrity checks on subcircuits
108108
data.scopes.push(backUp(scopeList[id]));
109109
}
110110

0 commit comments

Comments
 (0)