Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add missed parentheses in the function call #6958

Merged
merged 1 commit into from
Aug 3, 2023

Conversation

sleepytanya
Copy link
Contributor

@sleepytanya sleepytanya commented Aug 2, 2023

Development & PR Process

  1. Follow MetaMask Mobile Coding Standards
  2. Add release-xx label to identify the PR slated for a upcoming release (will be used in release discussion)
  3. Add needs-dev-review label when work is completed
  4. Add the appropiate QA label when dev review is completed
    • needs-qa: PR requires manual QA.
    • No QA/E2E only: PR does not require any manual QA effort. Prior to merging, ensure that you have successful end-to-end test runs in Bitrise.
    • Spot check on release build: PR does not require feature QA but needs non-automated verification. In the description section, provide test scenarios. Add screenshots, and or recordings of what was tested.
  5. Add QA Passed label when QA has signed off (Only required if the PR was labeled with needs-qa)
  6. Add your team's label, i.e. label starting with team- (or external-contributor label if your not a MetaMask employee)

Description
PR 6384
line 142: Browser.js
getPlatform function is called without () which leads to incorrect platform detection.

fixes #???

Added ().

Checklist

@sleepytanya sleepytanya added the needs-dev-review PR needs reviews from other engineers (in order to receive required approvals) label Aug 2, 2023
@sleepytanya sleepytanya requested a review from a team as a code owner August 2, 2023 17:59
@sleepytanya sleepytanya self-assigned this Aug 2, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Aug 2, 2023

CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes.

@sleepytanya sleepytanya added the No QA Needed/E2E Only Apply this label when your PR does not need any QA effort. label Aug 2, 2023
@sonarcloud
Copy link

sonarcloud bot commented Aug 2, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sleepytanya sleepytanya changed the title Fix: add missed parentheses in the function call fix: add missed parentheses in the function call Aug 2, 2023
@sleepytanya sleepytanya added team-confirmations-system DEPRECATED: please use "team-confirmations" label instead and removed No QA Needed/E2E Only Apply this label when your PR does not need any QA effort. labels Aug 2, 2023
@sleepytanya sleepytanya merged commit 023bbc9 into main Aug 3, 2023
13 of 14 checks passed
@sleepytanya sleepytanya deleted the fix-platform-func branch August 3, 2023 15:37
@github-actions github-actions bot removed the needs-dev-review PR needs reviews from other engineers (in order to receive required approvals) label Aug 3, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Aug 3, 2023
@metamaskbot metamaskbot added the release-7.6.0 Issue or pull request that will be included in release 7.6.0 label Aug 3, 2023
@Gudahtt Gudahtt restored the fix-platform-func branch August 4, 2023 12:10
@sleepytanya sleepytanya added QA Passed A successful QA run through has been done No QA Needed/E2E Only Apply this label when your PR does not need any QA effort. and removed QA Passed A successful QA run through has been done labels Aug 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
No QA Needed/E2E Only Apply this label when your PR does not need any QA effort. release-7.6.0 Issue or pull request that will be included in release 7.6.0 team-confirmations-system DEPRECATED: please use "team-confirmations" label instead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants