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

Implement middleware #11

Merged
merged 3 commits into from
Jun 23, 2021
Merged

Implement middleware #11

merged 3 commits into from
Jun 23, 2021

Conversation

Tommytrg
Copy link
Member

@Tommytrg Tommytrg commented Jun 15, 2021

close #4

@Tommytrg Tommytrg force-pushed the implement-middleware branch 4 times, most recently from 80ec838 to 7cedb29 Compare June 22, 2021 13:36
@Tommytrg Tommytrg marked this pull request as ready for review June 22, 2021 13:38
@Tommytrg Tommytrg force-pushed the implement-middleware branch 2 times, most recently from ca585d8 to bd13221 Compare June 23, 2021 12:28
// async function addSampleData (
// feedRepository: FeedRepository,
// resultRequestRepository: ResultRequestRepository
// async function addSampleData ({ feedRepository, resultRequestRepository}: Repositories
// ) {
// await feedRepository.collection.drop()
// await resultRequestRepository.collection.drop()
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think we don´t need this anymore

@Tommytrg Tommytrg merged commit 0671370 into witnet:main Jun 23, 2021
@gabaldon gabaldon mentioned this pull request Jun 24, 2021
@Tommytrg Tommytrg deleted the implement-middleware branch July 16, 2024 15:39
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.

Implement web3 middleware
2 participants