]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/activitypub/activity.ts
Translated using Weblate (Persian)
[github/Chocobozzz/PeerTube.git] / server / lib / activitypub / activity.ts
index ba2967ce97f68f6717f1ff31f1d525be288b7cb0..1f6ec221e58d0324a623f75adf916058f73fa285 100644 (file)
@@ -1,4 +1,4 @@
-import { ActivityType } from "@shared/models"
+import { ActivityType } from '@shared/models'
 
 function getAPId (object: string | { id: string }) {
   if (typeof object === 'string') return object