Fix linting
This commit is contained in:
parent
c9b2d7d62e
commit
393fe3b1d1
@ -47,7 +47,10 @@ export const updateVoteEntry = async (
|
||||
username: string,
|
||||
voteIndex: number
|
||||
) =>
|
||||
vote.ref.collection(entriesCollectionName).doc(username).set({[voteIndexField]: voteIndex});
|
||||
vote.ref
|
||||
.collection(entriesCollectionName)
|
||||
.doc(username)
|
||||
.set({[voteIndexField]: voteIndex});
|
||||
export const makeVoteEntry = async (
|
||||
vote: DocumentReference<Vote>,
|
||||
username: string,
|
||||
|
Loading…
x
Reference in New Issue
Block a user