Skip to content

fix(offline): return correct value from clearSensitiveCaches#1008

Merged
KaiVandivier merged 1 commit into2.xfrom
fix-return-correct-response-from-clearSensitiveCaches
Sep 16, 2021
Merged

fix(offline): return correct value from clearSensitiveCaches#1008
KaiVandivier merged 1 commit into2.xfrom
fix-return-correct-response-from-clearSensitiveCaches

Conversation

@KaiVandivier
Copy link
Copy Markdown
Contributor

Previously, when clearSensitiveCaches didn't resolve to a relevant value, caches.delete(key).then(() => undefined) was returned in Promise.all to satisfy typescript, but I forgot to remove the undefined resolution when I copied in a refactor from the app platform that made clearSensitiveCaches resolve to a boolean indicating if any caches were deleted. Fixed that and some tests so that it resolves to the right boolean 👍

@KaiVandivier KaiVandivier requested a review from a team September 15, 2021 14:58
Copy link
Copy Markdown
Contributor

@Mohammer5 Mohammer5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@KaiVandivier KaiVandivier merged commit 02c2c6c into 2.x Sep 16, 2021
@KaiVandivier KaiVandivier deleted the fix-return-correct-response-from-clearSensitiveCaches branch September 16, 2021 08:19
dhis2-bot added a commit that referenced this pull request Sep 16, 2021
## [2.12.1](v2.12.0...v2.12.1) (2021-09-16)

### Bug Fixes

* **offline:** return correct value from clearSensitiveCaches ([#1008](#1008)) ([02c2c6c](02c2c6c))
@dhis2-bot
Copy link
Copy Markdown
Contributor

dhis2-bot added a commit that referenced this pull request Sep 17, 2021
# [3.2.0](v3.1.0...v3.2.0) (2021-09-17)

### Bug Fixes

* **offline:** return correct value from clearSensitiveCaches ([#1008](#1008)) ([4b68b22](4b68b22))

### Features

* **offline:** add 'clear sensitive caches' function ([01749aa](01749aa))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants