Skip to content

Commit ff80ff5

Browse files
blvaCopilot
andauthored
Update src/helpers/deviceId.ts
Co-authored-by: Copilot <[email protected]>
1 parent 5669609 commit ff80ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/deviceId.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export async function getDeviceIdForConnection(): Promise<string> {
3434
break;
3535
}
3636
},
37-
abortSignal: new AbortController().signal,
37+
abortSignal: abortSignal || controller.signal,
3838
});
3939
return deviceId;
4040
} catch (error) {

0 commit comments

Comments
 (0)