Переглянути джерело

:gear: fix imports for frontend tests

brian_dev_incorp_login
j 2 роки тому
джерело
коміт
9e36e1a684

+ 2
- 1
frontend/src/services/notification.service.js Переглянути файл

@@ -1,5 +1,6 @@
1 1
 import { remote } from '../utils/db.js'
2
-import { currentProfile } from '../services'
2
+import { currentProfile } from '../services/login.service.js'
3
+
3 4
 /**
4 5
  * Base notifier class
5 6
  * @param {number} profileId needed to listen for events for this profile

+ 1
- 1
frontend/src/utils/mixins.js Переглянути файл

@@ -1,4 +1,4 @@
1
-import { currentProfile } from '../services'
1
+import { currentProfile } from '../services/login.service.js'
2 2
 
3 3
 const pidMixin = {
4 4
     props: {

Завантаження…
Відмінити
Зберегти