Skip to content

Commit

Permalink
update backend's name to context_chat_backend
Browse files Browse the repository at this point in the history
Signed-off-by: Anupam Kumar <[email protected]>
  • Loading branch information
kyteinsky committed Dec 15, 2023
1 parent 36cc7c9 commit 54ed862
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
- name: Checkout backend
uses: actions/checkout@v2
with:
repository: kyteinsky/cwyd_backend
path: cwyd_backend/
repository: nextcloud/context_chat_backend
path: context_chat_backend/

- name: Read package.json node and npm engines version
uses: skjnldsv/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion lib/Service/LangRopeService.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ private function getExApp() {
return null;
}

$exApp = \OCP\Server::get(\OCA\AppAPI\Service\AppAPIService::class)->getExApp('schackles');
$exApp = \OCP\Server::get(\OCA\AppAPI\Service\AppAPIService::class)->getExApp('context_chat_backend');
return $exApp;
}

Expand Down

0 comments on commit 54ed862

Please sign in to comment.