DAVFoundation / dav-js

Enable integration of JavaScript, TypeScript, and Node.js code with the DAV Network
https://developers.dav.network/
MIT License
75 stars 50 forks source link

Removed unneeded code MessageParams (issue #66) #88

Closed StevenJW closed 5 years ago

StevenJW commented 5 years ago

Removed the unneeded code to create a variable of type MessageParams

Description

First, I accidentally made it equal to MessageParams instead of it having the type, that's why it consists of two commits.

Related Issue

https://github.com/DAVFoundation/dav-js/issues/66

Motivation and Context

It removes unnecessary code.

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

mariolo1985 commented 5 years ago

hey @StevenJW glad to see you got the repo up and running! 🕺

Could you merge this repo's master branch into your fork's master branch so they are even? src/Bid.test.ts has been updated since you forked dav-js and it is erroring on a test. There are also updated build scripts that will keep Travis happy 😄

mariolo1985 commented 5 years ago

duplicate