Skip to content

Commit

Permalink
fix(Affine): remove not needed function
Browse files Browse the repository at this point in the history
  • Loading branch information
YaMoef authored and vraravam committed Oct 16, 2024
1 parent 07039e4 commit f2486f3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions recipes/affine/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
module.exports = Ferdium =>
class Affine extends Ferdium {
buildUrl(url) {
return `${url}`;
}
};

0 comments on commit f2486f3

Please sign in to comment.