Skip to content

Commit caaa2d4

Browse files
committed
test: remove unused variable
1 parent 800bc57 commit caaa2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/globalSetup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ async function createProfileRecord(rpc: XRPC, handle: string) {
6262
data: buffer,
6363
});
6464

65-
const { data: profile } = await rpc.call('com.atproto.repo.createRecord', {
65+
await rpc.call('com.atproto.repo.createRecord', {
6666
data: {
6767
repo: handle,
6868
collection: 'app.bsky.actor.profile',

0 commit comments

Comments
 (0)