Skip to content

Commit

Permalink
FSR-1210 | update cap feed (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikiwycherley authored Jun 20, 2024
1 parent 03f173b commit ff4c0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/functions/getMessagesAtom.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports.getMessagesAtom = async (event) => {
email: '[email protected]',
link: 'https://www.gov.uk/government/organisations/environment-agency'
},
copyright: 'https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/'
copyright: 'Copyright, Environment Agency. Licensed under Creative Commons BY 4.0'
})

if (!!ret && Array.isArray(ret.rows)) {
Expand Down

0 comments on commit ff4c0c6

Please sign in to comment.