Преглед изворни кода

:gear: fix imports for frontend tests

tags/0.0.4
j пре 2 година
родитељ
комит
9e596c3449
2 измењених фајлова са 3 додато и 2 уклоњено
  1. 2
    1
      frontend/src/services/notification.service.js
  2. 1
    1
      frontend/src/utils/mixins.js

+ 2
- 1
frontend/src/services/notification.service.js Прегледај датотеку

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

+ 1
- 1
frontend/src/utils/mixins.js Прегледај датотеку

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

Loading…
Откажи
Сачувај