From 28ea88a8a76ff4ffbc91ad1440572fb0c5039455 Mon Sep 17 00:00:00 2001 From: YaMoef Date: Tue, 15 Oct 2024 20:31:05 +0200 Subject: [PATCH] fix(Affine): remove not needed function --- recipes/affine/index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/recipes/affine/index.js b/recipes/affine/index.js index eb5e2f4a8..c5bd9b2fb 100644 --- a/recipes/affine/index.js +++ b/recipes/affine/index.js @@ -1,6 +1,3 @@ module.exports = Ferdium => class Affine extends Ferdium { - buildUrl(url) { - return `${url}`; - } };