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

chore: remove trailing slash from base urls #5214

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

MuckT
Copy link
Collaborator

@MuckT MuckT commented Apr 9, 2024

Description

Small nit fix to baseUrls to avoid // in urls.

Test plan

Tested locally on iOS

Related issues

N/A

Backwards compatibility

Yes

Network scalability

If a new NetworkId and/or Network are added in the future, the changes in this PR will:

  • Continue to work without code changes, OR trigger a compilation error (guaranteeing we find it when a new network is added)

@MuckT MuckT enabled auto-merge April 9, 2024 23:33
Copy link

codecov bot commented Apr 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.77%. Comparing base (97b9c3a) to head (9d13995).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5214      +/-   ##
==========================================
- Coverage   85.78%   85.77%   -0.01%     
==========================================
  Files         744      744              
  Lines       30348    30351       +3     
  Branches     5238     5240       +2     
==========================================
  Hits        26033    26033              
- Misses       4076     4079       +3     
  Partials      239      239              
Files Coverage Δ
src/web3/networkConfig.ts 100.00% <100.00%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4dbd46d...9d13995. Read the comment docs.

@MuckT MuckT added this pull request to the merge queue Apr 10, 2024
Merged via the queue into main with commit af80717 Apr 10, 2024
16 checks passed
@MuckT MuckT deleted the tomm/remove-base-urls-trailing-slash branch April 10, 2024 00:58
shottah pushed a commit to zed-io/kolektivo that referenced this pull request May 15, 2024
### Description

Small nit fix to baseUrls to avoid `//` in urls.

### Test plan

Tested locally on iOS

### Related issues

N/A

### Backwards compatibility

Yes

### Network scalability

If a new NetworkId and/or Network are added in the future, the changes
in this PR will:

- [x] Continue to work without code changes, OR trigger a compilation
error (guaranteeing we find it when a new network is added)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants