Skip to content

Commit

Permalink
Working version
Browse files Browse the repository at this point in the history
  • Loading branch information
Makisuo committed Feb 8, 2021
1 parent 3ad5c47 commit 14b1bce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ electron-builder.yml

.env.local

dev-app-update.yml
4 changes: 1 addition & 3 deletions renderer/utils/API/LCU.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { count } from 'console'
import LCUConnector from 'lcu-connector'
import { getChampionByKey } from './Ddragon'
const https = require('https')
const fetch = require('node-fetch')
import https from 'https'

let championByIdCache = {}
let championJson = {}
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3193,7 +3193,7 @@ fs.realpath@^1.0.0:
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=

fsevents@^1.2.7:
fsevents@^1.2.4, fsevents@^1.2.7:
version "1.2.13"
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.13.tgz#f325cb0455592428bcf11b383370ef70e3bfcc38"
integrity sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==
Expand Down

0 comments on commit 14b1bce

Please sign in to comment.