mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #3541] [CLOSED] chore: Remove whitespace in env variables #4424
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4424
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/3541
Author: @dantehemerson
Created: 11/13/2023
Status: ❌ Closed
Base:
release/2023.12.0← Head:chore/remove-whitespace-in-variable📝 Commits (10+)
16044b5feat: desktop appa13c2fdchore: pin @codemirror/language to 6.9.097bd808chore: set versions with a bump version05d2175fix: selfhost-desktop not running gql-codegen736f83afix: header inspector cookie inspection will not trigger if current interceptor supports cookies6631348feat: let platforms disable we are using cookies promptbe3e5bafix: graphql query deprecation issue (#3506)bb8dc6fchore: updated brand assets (#3500)2bd925dchore: correct version of selfhost-desktop9d1d369fix: performance issues due to mouse on header detection📊 Changes
173 files changed (+12421 additions, -361 deletions)
View changed files
📝
.env.example(+2 -2)📝
packages/codemirror-lang-graphql/package.json(+1 -1)📝
packages/hoppscotch-backend/package.json(+1 -1)📝
packages/hoppscotch-common/locales/en.json(+21 -1)📝
packages/hoppscotch-common/package.json(+7 -3)➕
packages/hoppscotch-common/public/badge-dark.svg(+1 -0)➕
packages/hoppscotch-common/public/badge-light.svg(+1 -0)📝
packages/hoppscotch-common/public/banner.png(+0 -0)📝
packages/hoppscotch-common/public/favicon.ico(+0 -0)📝
packages/hoppscotch-common/public/icon.png(+0 -0)📝
packages/hoppscotch-common/public/icons/pwa-1024x1024.png(+0 -0)📝
packages/hoppscotch-common/public/icons/pwa-128x128.png(+0 -0)📝
packages/hoppscotch-common/public/icons/pwa-16x16.png(+0 -0)📝
packages/hoppscotch-common/public/icons/pwa-192x192.png(+0 -0)📝
packages/hoppscotch-common/public/icons/pwa-256x256.png(+0 -0)📝
packages/hoppscotch-common/public/icons/pwa-32x32.png(+0 -0)📝
packages/hoppscotch-common/public/icons/pwa-512x512.png(+0 -0)📝
packages/hoppscotch-common/public/images/banner-dark.png(+0 -0)📝
packages/hoppscotch-common/public/images/banner-light.png(+0 -0)📝
packages/hoppscotch-common/public/logo.png(+0 -0)...and 80 more files
📄 Description
Description
I was getting this error while running the app due to extra whitespace in the env. This PR remove extra whitespaces, so the users only have to change the values in their env file.
Checks
Additional Information
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.