mirror of
https://github.com/lens-protocol/core.git
synced 2026-01-10 22:58:08 -05:00
misc: Fixed missing brackets.
This commit is contained in:
@@ -119,7 +119,7 @@ makeSuiteCleanRoom('Following', function () {
|
||||
lensHub.followWithSig({
|
||||
follower: testWallet.address,
|
||||
profileIds: [FIRST_PROFILE_ID],
|
||||
datas: [],
|
||||
datas: [[]],
|
||||
sig: {
|
||||
v,
|
||||
r,
|
||||
|
||||
Reference in New Issue
Block a user