Skip to content

Commit

Permalink
fix(Affine): remove trailing /
Browse files Browse the repository at this point in the history
  • Loading branch information
YaMoef committed Oct 12, 2024
1 parent 734dd60 commit efcf051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/affine/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = Ferdium =>
class Affine extends Ferdium {
buildUrl(url) {
return `${url}/`;
return `${url}`;
}
};

0 comments on commit efcf051

Please sign in to comment.