Skip to content

Commit

Permalink
wow that worked
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Jul 31, 2024
1 parent 00bdf9a commit f2f0645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/Domains/Messages/RoleEnum.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace App\Domains\Messages;

enum RoleEnum: string
enum git pRoleEnum: string
{
case User = 'user';
case System = 'system';
Expand Down
1 change: 1 addition & 0 deletions app/Domains/Sources/WebSearch/GetPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public static function make(Collection $collection): self
public function handle(string $url, bool $parseHtml = true): string
{
$results = Browsershot::url($url)
->userAgent('DailyAI Studio Browser 1.0, helping users automate workflows')
->dismissDialogs()
->fullPage();

Expand Down

0 comments on commit f2f0645

Please sign in to comment.