Use constant

This commit is contained in:
pietervdvn 2022-08-24 14:27:36 +02:00
parent 08341b70af
commit 80b3414db4

View file

@ -49,7 +49,7 @@ export class Imgur extends ImageProvider {
onFail: (reason: string) => void) {
const apiUrl = 'https://api.imgur.com/3/image';
const apiKey = '7070e7167f0a25a';
const apiKey = Constants.ImgurApiKey;
const settings = {
async: true,