Skip to content

Commit a970672

Browse files
turegjorupclaude
andcommitted
6871: Applied coding standards
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 757daab commit a970672

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

assets/tests/admin/campaigns-button-promise-chain.spec.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ function createMocks({ failAt } = {}) {
8787
getAllCampaigns:
8888
failAt === "allCampaigns"
8989
? () => Promise.reject(new Error("allCampaigns failed"))
90-
: (ids) =>
91-
Promise.resolve(ids.map((id) => ({ "@id": id, title: id }))),
90+
: (ids) => Promise.resolve(ids.map((id) => ({ "@id": id, title: id }))),
9291
};
9392
}
9493

0 commit comments

Comments
 (0)