eternagame / eternagame.org

Website for the Eterna citizen science game
https://eternagame.org
BSD 3-Clause "New" or "Revised" License
19 stars 17 forks source link

chore: Updated private members accessibility if member used outside class #353

Closed snehansh closed 1 year ago

snehansh commented 1 year ago

Summary

The PR fixes the issue #178

Implementation Notes

If member used outside the class then remove private specifier from the member.

Testing

After the change, I ran the application on my local and visited different pages and tested different features. I can confirm that the application worked and different features work without any issues.

Related Issues

Resolve #178

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

snehansh commented 1 year ago

@luxaritas pr updated with review comments. Please review and let me know.