Skip to content

Commit 4e27d90

Browse files
committed
Reorder properties in CheckResult object for consistency in UpdateProvider component.
1 parent c24f469 commit 4e27d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ export const UpdateProvider = ({
179179
delete rootInfo.expVersion;
180180
for (const versionInfo of versions) {
181181
const info: CheckResult = {
182-
...versionInfo,
183182
...rootInfo,
183+
...versionInfo,
184184
};
185185
const rollout = info.config?.rollout?.[packageVersion];
186186
if (info.update && rollout) {

0 commit comments

Comments
 (0)