Skip to content

Commit bd16dba

Browse files
Update nordicNRPlus/thingExists.ts
Co-authored-by: Markus Tacker <[email protected]>
1 parent bef3485 commit bd16dba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nordicNRPlus/thingExists.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { type IoTClient, DescribeThingCommand } from '@aws-sdk/client-iot'
22

3-
export const thingExists = async (
4-
iotClient: IoTClient,
3+
export const thingExists = (
4+
iotClient: IoTClient) => async (
55
thingName: string,
66
): Promise<boolean> => {
77
try {

0 commit comments

Comments
 (0)