We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07039e4 commit f2486f3Copy full SHA for f2486f3
recipes/affine/index.js
@@ -1,6 +1,3 @@
1
module.exports = Ferdium =>
2
class Affine extends Ferdium {
3
- buildUrl(url) {
4
- return `${url}`;
5
- }
6
};
0 commit comments