mirror of
https://github.com/apotdevin/thunderhub.git
synced 2024-11-19 09:50:03 +01:00
chore: refactor and npm command
This commit is contained in:
parent
e15f63bc31
commit
b42d6aea68
@ -8,7 +8,8 @@
|
||||
"build": "webpack --config webpack.production.js",
|
||||
"build:dev": "webpack --config webpack.development.js",
|
||||
"start": "node dist/server",
|
||||
"dev": "nodemon dist/server"
|
||||
"dev": "nodemon dist/server",
|
||||
"deploy": "yarn build && eb deploy"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -8,11 +8,6 @@ const url = 'https://bitcoinfees.earn.com/api/v1/fees/recommended';
|
||||
|
||||
export const getBitcoinFees = {
|
||||
type: BitcoinFeeType,
|
||||
args: {
|
||||
currency: {
|
||||
type: GraphQLString,
|
||||
},
|
||||
},
|
||||
resolve: async (root: any, params: any, context: any) => {
|
||||
await requestLimiter(context.ip, 'bitcoinFee');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user