diff --git a/README.md b/README.md index b37d79e55..10ed7e21a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ donating them](https://soutenir.framasoft.org/en/).** - +
@@ -39,7 +39,7 @@ donating them](https://soutenir.framasoft.org/en/).** - + diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index 745e50168..759880201 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts @@ -5,7 +5,7 @@ import { ActivityPubActorType } from '../../shared/models/activitypub' import { FollowState } from '../../shared/models/actors' import { VideoPrivacy } from '../../shared/models/videos' // Do not use barrels, remain constants as independent as possible -import { buildPath, isTestInstance, root, sanitizeHost, sanitizeUrl } from '../helpers/core-utils' +import { buildPath, isTestInstance, sanitizeHost, sanitizeUrl } from '../helpers/core-utils' // ---------------------------------------------------------------------------