Small fixes

This commit is contained in:
Barnabas Ratki 2024-01-03 20:40:36 +01:00
parent 08a41e37b4
commit 5ea423072b
4 changed files with 5 additions and 11 deletions

View file

@ -705,7 +705,7 @@ class Database {
* @param {string} providerSlug
* @return {boolean}
*/
async doesCustomProviderExistBySlug(providerSlug) {
async doesCustomProviderExistWithSlug(providerSlug) {
const id = providerSlug.split("custom-")[1]
if (!id) {