SaL--dApp
SaL--dApp copied to clipboard
Add visibility specifier to addemp function in allemp contract
In the allemp contract, consider adding a visibility specifier to the addemp function. Since it is modifying contract state, it is good practice to explicitly specify the visibility. For example, you can use external instead of public depending on your requirements. Please assign this issue to me under GSSOC'23. Thank You!