Skip to content

Commit

Permalink
Merge pull request #288 from nextcloud/fix/upgrade-vite-config
Browse files Browse the repository at this point in the history
fix(files): upgrade `vite-config` to `1.4.2`
  • Loading branch information
JuliaKirschenheuter authored Sep 27, 2024
2 parents 510d85a + 647c453 commit bc9f0bc
Show file tree
Hide file tree
Showing 4 changed files with 6,734 additions and 5,129 deletions.
2 changes: 1 addition & 1 deletion lib/Service/ZipService.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function __construct(
IUserSession $userSession,
IJobList $jobList,
ITimeFactory $timeFactory,
IConfig $config
IConfig $config,
) {
$this->rootFolder = $rootFolder;
$this->notificationService = $notificationService;
Expand Down
Loading

0 comments on commit bc9f0bc

Please sign in to comment.