mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 23:09:29 -07:00
Linting change
This commit is contained in:
parent
223e39209c
commit
cf11a3f343
1 changed files with 5 additions and 3 deletions
|
@ -32,8 +32,10 @@ import * as doipjs from 'doipjs'
|
||||||
import { fetchWKD, fetchHKP, fetchSignature, fetchKeybase } from './keys.js'
|
import { fetchWKD, fetchHKP, fetchSignature, fetchKeybase } from './keys.js'
|
||||||
import libravatar from 'libravatar'
|
import libravatar from 'libravatar'
|
||||||
|
|
||||||
const scheme = process.env.PROXY_SCHEME ? process.env.PROXY_SCHEME
|
const scheme = process.env.PROXY_SCHEME
|
||||||
: process.env.SCHEME ? process.env.SCHEME
|
? process.env.PROXY_SCHEME
|
||||||
|
: process.env.SCHEME
|
||||||
|
? process.env.SCHEME
|
||||||
: 'https'
|
: 'https'
|
||||||
|
|
||||||
const generateWKDProfile = async (id) => {
|
const generateWKDProfile = async (id) => {
|
||||||
|
|
Loading…
Reference in a new issue