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