Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
polymorpher committed Nov 12, 2023
1 parent 021a976 commit 77835b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voice/relay/src/routes/soft.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Router, type Request, type Response, type NextFunction } from 'express'
import { HttpStatusCode } from 'axios'
import rateLimit, { type Options as RLOptions, type RateLimitRequestHandler } from 'express-rate-limit'
import { BlockedDeviceIds, BlockedIps, OpenAIDistributedKeys } from '../config/index.js'
import { encrypt, hexString, hexView, stringToBytes } from '../utils.js'
import { encrypt, hexView, stringToBytes } from '../utils.js'
import { hash as sha256 } from 'fast-sha256'
const router: Router = Router()

Expand Down

0 comments on commit 77835b2

Please sign in to comment.