From 80b3414db4759d29fe8f0363b709d7a220830a58 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Wed, 24 Aug 2022 14:27:36 +0200 Subject: [PATCH] Use constant --- Logic/ImageProviders/Imgur.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Logic/ImageProviders/Imgur.ts b/Logic/ImageProviders/Imgur.ts index 715813f7b5..a290f66f0b 100644 --- a/Logic/ImageProviders/Imgur.ts +++ b/Logic/ImageProviders/Imgur.ts @@ -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,