Skip to content

Commit a7ef160

Browse files
authored
Merge pull request #135 from docusign/DEVDOCS-13321
select [10] array item WAD in both 2021 and 2023 demo accts
2 parents 1b24807 + 808440c commit a7ef160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controllers/Examples/Rooms/EG004AddFormsToRoom.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function __construct()
2828
$forms = null;
2929
if (count($libraries)) {
3030
$forms = AddFormsToRoomService::getForms(
31-
$libraries[0]['forms_library_id'],
31+
$libraries[10]['forms_library_id'],
3232
$this->routerService,
3333
$this->clientService,
3434
$this->args,

0 commit comments

Comments
 (0)