Skip to content

Commit

Permalink
CB-5574 changes order for secret manager
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyteleshev committed Dec 27, 2024
1 parent 712bc4c commit 01c22b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class ProductInfoService extends Dependency {
onActivate: async () => {
await this.serverLicenseStatusResource.load();
},
order: 12,
order: 13,
});
}

Expand Down

0 comments on commit 01c22b4

Please sign in to comment.