Suppress eslint warning for script
This commit is contained in:
parent
83cb0a6130
commit
87170894e2
|
@ -17,6 +17,7 @@ initAdmin()
|
||||||
|
|
||||||
const adminFirestore = admin.firestore()
|
const adminFirestore = admin.firestore()
|
||||||
|
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
const addGroupIdToContracts = async () => {
|
const addGroupIdToContracts = async () => {
|
||||||
const groups = await getValues<Group>(adminFirestore.collection('groups'))
|
const groups = await getValues<Group>(adminFirestore.collection('groups'))
|
||||||
const contracts = await getValues<Contract>(
|
const contracts = await getValues<Contract>(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user