You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the current logic so that if the config has the information, use it; otherwise, fall back to the values in the constant. This will allow future users who want to use templates to freely change the information. Additionally, we can create a separate utils to determine the order of priority, which will avoid the need to reassess in every place where config is referenced.
The text was updated successfully, but these errors were encountered:
Replace the current logic so that if the
config
has the information, use it; otherwise, fall back to the values in theconstant
. This will allow future users who want to use templates to freely change the information. Additionally, we can create a separateutils
to determine the order of priority, which will avoid the need to reassess in every place whereconfig
is referenced.The text was updated successfully, but these errors were encountered: