Skip to content

Commit

Permalink
Merge pull request #27013 from software-mansion-labs/ts-migration/App…
Browse files Browse the repository at this point in the history
…Update

[No QA][TS migration] Migrate 'AppUpdate.js' lib to TypeScript
  • Loading branch information
robertjchen authored Sep 11, 2023
2 parents 0cf2496 + d2c1417 commit 38a061b
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ function triggerUpdateAvailable() {
Onyx.set(ONYXKEYS.UPDATE_AVAILABLE, true);
}

/**
* @param {Boolean} isBeta
*/
function setIsAppInBeta(isBeta) {
function setIsAppInBeta(isBeta: boolean) {
Onyx.set(ONYXKEYS.IS_BETA, isBeta);
}

Expand Down

0 comments on commit 38a061b

Please sign in to comment.