Skip to content

Commit 01045b0

Browse files
fix for remove SENTINEL#2
1 parent 1a5a3e9 commit 01045b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/helpers/api/api-database.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ export class DatabaseAPIRequests {
195195
return item.connectionType === connectionType;
196196
}
197197
);
198-
return response[0].id;
198+
return response?.[0]?.id;
199199
}
200200

201201
/**

0 commit comments

Comments
 (0)