Issue with documentation

Hi :slight_smile: I noticed a slight issue with a code snippet

On the following page at this section I believe there might be an issue with the code snippet

return /${date.getFullYear()}/doc.uid

I believe it should be
return /${date.getFullYear()}/${doc.uid}

Thank you for your time :slightly_smiling_face:

Hey @daniel-philip-johnso, nice catch.
Thanks for letting us know. We've updated the code snippet.
Cheers!

1 Like