2017-06-17 22:51:30 +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) {
|
|
|
|
return getAllFreePublicClaims(claimName)
|
|
|
|
},
|
|
|
|
}
|