Fix lint
[oweals/peertube.git] / server / lib / activitypub / share.ts
index 294a6838d3ec699eb07f68a36b98789146c24009..fd374d03d178a3e1e33c6cc8aaecc6edeac7177f 100644 (file)
@@ -1,6 +1,6 @@
 import { Transaction } from 'sequelize'
 import { VideoPrivacy } from '../../../shared/models/videos'
-import { getServerActor } from '../../helpers'
+import { getServerActor } from '../../helpers/utils'
 import { VideoModel } from '../../models/video/video'
 import { VideoShareModel } from '../../models/video/video-share'
 import { sendVideoAnnounceToFollowers } from './send'