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