(source)
| 205 | } |
| 206 | |
| 207 | urlMessage (source) { |
| 208 | const { type, url } = source |
| 209 | const typePrefix = type ? `${type} funding` : 'Funding' |
| 210 | const message = `${typePrefix} available at the following URL` |
| 211 | return [url, message] |
| 212 | } |
| 213 | } |
| 214 | |
| 215 | module.exports = Fund |