ResultadosDigitais / matrix

#matrix is the online open-source workplace inspired in sococo.com for distributed teams to have the experience of work together each day, side-by-side. No matter where team members might be. Working in an online workplace is even more productive when people are feeling in the same space.
MIT License
901 stars 238 forks source link

refactor:[APPCONFIG] Refactoring magic number for variable #353

Closed silvanavlima closed 3 years ago

silvanavlima commented 3 years ago

Description

This piece of code could be replaced by a variable: 30 * 24 * 60 * 60 * 1000; // 30 days

To avoid problems with the "magic number" in the future.

My suggestion is to change comments by a variable. It is easier to read and understand.

angeliski commented 3 years ago

Hey @silvanavlima, Thanks for your contribution! Can you make a rebase based in develop branch?