api: make deepsource happy
This commit is contained in:
@@ -117,6 +117,10 @@ const formatKeys = (keyData) => {
|
||||
return formatted;
|
||||
}
|
||||
|
||||
const updateKeys = (newKeys) => {
|
||||
keys = formatKeys(newKeys);
|
||||
}
|
||||
|
||||
const loadKeys = async (source) => {
|
||||
let updated;
|
||||
if (source.protocol === 'file:') {
|
||||
@@ -138,10 +142,6 @@ const loadKeys = async (source) => {
|
||||
updateKeys(updated);
|
||||
}
|
||||
|
||||
const updateKeys = (newKeys) => {
|
||||
keys = formatKeys(newKeys);
|
||||
}
|
||||
|
||||
const wrapLoad = (url, initial = false) => {
|
||||
loadKeys(url)
|
||||
.then(() => {
|
||||
|
||||
Reference in New Issue
Block a user