7da97e2933
Semicolon rule enforced as the main lbry-app uses semicolons!
7 lines
193 B
JavaScript
7 lines
193 B
JavaScript
const getAllFreePublicClaims = require('../helpers/functions/getAllFreePublicClaims.js');
|
|
|
|
module.exports = {
|
|
getAllClaims (claimName) {
|
|
return getAllFreePublicClaims(claimName);
|
|
},
|
|
};
|