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: removes top level await #4

Merged
merged 2 commits into from Mar 1, 2022
Merged

fix: removes top level await #4

merged 2 commits into from Mar 1, 2022

Conversation

bdougie
Copy link
Member

@bdougie bdougie commented Mar 1, 2022

What type of PR is this? (check all applicable)

  • πŸ• Feature
  • πŸ› Bug Fix
  • πŸ“ Documentation Update
  • 🎨 Style
  • πŸ§‘β€πŸ’» Code Refactor
  • πŸ”₯ Performance Improvements
  • βœ… Test
  • πŸ€– Build
  • πŸ” CI
  • πŸ“¦ Chore (Release)
  • ⏩ Revert

Description

This PR removes the top-level await bug.

Related Tickets & Documents

Mobile & Desktop Screenshots/Recordings

Added tests?

  • πŸ‘ yes
  • πŸ™… no, because they aren't needed
  • πŸ™‹ no, because I need help

Added to documentation?

  • πŸ“œ README.md
  • πŸ““ docs.opensauced.pizza
  • πŸ• dev.to/opensauced
  • πŸ“• storybook
  • πŸ™… no documentation needed

[optional] Are there any post-deployment tasks we need to perform?

[optional] What gif best describes this PR or how it makes you feel?

@@ -1,4 +1,5 @@
name = "catsup-app"
account_id = "21fa9e6344b2449e9841137aba186b55"
Copy link
Member Author

Choose a reason for hiding this comment

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

added this line to make the readme request less ambiguous.

@bdougie bdougie merged commit e5df589 into main Mar 1, 2022
github-actions bot pushed a commit that referenced this pull request Jul 31, 2023
## 1.0.0 (2023-07-31)

### πŸ§‘β€πŸ’» Code Refactoring

* code split octokit and worker code ([2720c1b](2720c1b))

### πŸ› Bug Fixes

* correct local development in wrangler2 ([c842cfb](c842cfb))
* keep deploy url secret ([5f3b486](5f3b486))
* need to connect discord ([478f75e](478f75e))
* removes top level await ([#4](#4)) ([e5df589](e5df589))

### πŸ• Features

* convert to cloudflare workers template ([fc86e1d](fc86e1d))
* remove open-sauced/open-sauced from workflow yml ([#6](#6)) ([74b7ba9](74b7ba9))

### πŸ€– Build System

* implement security verification ([a2f3285](a2f3285))
* Netlify deploy ([#9](#9)) ([a16cf90](a16cf90))
* update wrangler to miniflare compatible build options ([8954c25](8954c25))

### 🎨 Styles

* eslint ([2654ac9](2654ac9))

### πŸ” Continuous Integration

* **release:** remove unnecesary actions and update `actions/checkout` ([#7](#7)) ([6df915c](6df915c))
@github-actions
Copy link

πŸŽ‰ This PR is included in version 1.0.0 πŸŽ‰

The release is available on GitHub release

Your semantic-release bot πŸ“¦πŸš€

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant