Skip to content

Commit 13f7db1

Browse files
authored
fix: update updateRulesWithClient in realtime-database to include src parameter (#8986)
1 parent 2014bc2 commit 13f7db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rtdb.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export async function updateRules(
2929
);
3030
const client = new Client({ urlPrefix: origin });
3131

32-
return updateRulesWithClient(client, options);
32+
return updateRulesWithClient(client, src, options);
3333
}
3434

3535
export async function updateRulesWithClient(

0 commit comments

Comments
 (0)