Skip to content

Commit

Permalink
Update zeus (#138)
Browse files Browse the repository at this point in the history
* updating zeus

* removing chained options

* another try

* undefined check

* make it not optional

* hack mode

* undefined check

* const.js->const.ts
  • Loading branch information
CryptoGraffe authored Nov 2, 2023
1 parent 90c49ee commit 8dec509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/zeus/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable */

import { AllTypesProps, ReturnTypes, Ops } from './const.js';
import { AllTypesProps, ReturnTypes, Ops } from './const';
import fetch, { Response } from 'node-fetch';
import WebSocket from 'ws';
export const HOST = "http://localhost:8080/v1/graphql"
Expand Down

0 comments on commit 8dec509

Please sign in to comment.