Skip to content

Commit

Permalink
adding google sheet then will come back to reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Jul 9, 2024
1 parent 1dd7dd7 commit 2822dec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/Http/Controllers/ChatController.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function showCollectionChat(Collection $collection, Chat $chat)
'collection' => new CollectionResource($collection),
'reference_collections' => Collection::orderBy('name')
->get()
->transform(function($item) {
->transform(function ($item) {
return [
'id' => $item->id,
'name' => $item->name,
Expand Down
1 change: 0 additions & 1 deletion app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public function boot(): void
return config('llmdriver.features.reference_collection'); //just not ready yet
});


Feature::define('verification_prompt_tags', function (User $user) {
return false;
});
Expand Down

0 comments on commit 2822dec

Please sign in to comment.