Skip to content

Commit

Permalink
fix: old lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rtoscani committed Dec 6, 2023
1 parent 6844470 commit ec3bd77
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/utils/comments/leancloud-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@
// import request from '@/utils/external-request'
// import { AxiosResponse } from 'axios'
import { formatTime, filterHTMLContent, RecentComment } from '@/utils'
import pack from '../../../package.json'
import { getGravatar, getGravatarUrl } from './gravatar'
import { Locales } from '@/models/ThemeConfig.class'

const VERSION = pack.version
let AV_INITIALIZED = false

/**
Expand All @@ -24,13 +22,6 @@ let AV_INITIALIZED = false
*/
declare const AV: any

/**
* js-md5 package is imported through CDN.
*
* For version v0.7.3
*/
declare const md5: any

type LeanCloudApiOption = {
/** Application appId from Leancloud. */
appId: string
Expand Down

0 comments on commit ec3bd77

Please sign in to comment.