From dc1ca39f0fd42aca3cf41b47d76a32f990883a97 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 28 May 2024 10:37:11 +0200 Subject: fix(deps): Update `@nextcloud/event-bus` to version 3.3.1 Signed-off-by: Ferdinand Thiessen --- apps/files_sharing/src/actions/acceptShareAction.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files_sharing/src/actions/acceptShareAction.spec.ts') diff --git a/apps/files_sharing/src/actions/acceptShareAction.spec.ts b/apps/files_sharing/src/actions/acceptShareAction.spec.ts index b87cbef6a1c..8a063fdf6c0 100644 --- a/apps/files_sharing/src/actions/acceptShareAction.spec.ts +++ b/apps/files_sharing/src/actions/acceptShareAction.spec.ts @@ -22,7 +22,7 @@ import { action } from './acceptShareAction' import { expect } from '@jest/globals' import { File, Permission, View, FileAction } from '@nextcloud/files' -import * as eventBus from '@nextcloud/event-bus' +import eventBus from '@nextcloud/event-bus' import axios from '@nextcloud/axios' import '../main' -- cgit v1.2.3