Skip to content

Commit da4840c

Browse files
committed
fix: nuke-space
1 parent ef73205 commit da4840c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/light-gtcr-withdrawal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ async function run(batchWithdraw: ethers.Contract, signer: ethers.Wallet) {
1616
const subgraphQuery = {
1717
query: `
1818
{
19-
lcontributions: LContribution(where: { withdrawable: {_eq :true}, chainId: {_eq: ${chainId}} }) {
19+
lcontributions: LContribution(where: { withdrawable: {_eq: true}, chainId: {_eq: ${chainId}} }) {
2020
id
2121
contributor
2222
}

0 commit comments

Comments
 (0)