Created
May 8, 2020 09:58
-
-
Save KardanovIR/3c14c0bbf955f5c1c899f7798d344507 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func keyVoteByAddress(votingId: Int, address: String) = "voting_" + votingId + "_vote_" + address |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment