2017-06-19 18:37:35 +02:00
|
|
|
const getAllFreePublicClaims = require('../helpers/functions/getAllFreePublicClaims.js');
|
2017-06-16 17:48:51 -07:00
|
|
|
|
|
|
|
module.exports = {
|
2017-06-17 22:51:30 +02:00
|
|
|
getAllClaims (claimName) {
|
2017-06-19 18:37:35 +02:00
|
|
|
return getAllFreePublicClaims(claimName);
|
2017-06-17 22:51:30 +02:00
|
|
|
},
|
2017-06-19 18:37:35 +02:00
|
|
|
};
|