SCE-Development/SCE-RPC

Rename variables from var to const

Closed this issue · 0 comments

Right now if you look at parts of our code base we still use var for variable declaration where we should be using other declaration (like const).