diff options
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | server/initializers/constants.ts | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -21,7 +21,7 @@ donating them](https://soutenir.framasoft.org/en/).** | |||
21 | <img src="https://david-dm.org/Chocobozzz/PeerTube.svg?path=client" alt="Dependency Status" /> | 21 | <img src="https://david-dm.org/Chocobozzz/PeerTube.svg?path=client" alt="Dependency Status" /> |
22 | </a> | 22 | </a> |
23 | 23 | ||
24 | <a href="https://david-dm.org/Chocobozzz/PeerTube?path=client#info=dev"> | 24 | <a href="https://david-dm.org/Chocobozzz/PeerTube?path=client&type=dev"> |
25 | <img src="https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg?path=client" alt="devDependency Status" /> | 25 | <img src="https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg?path=client" alt="devDependency Status" /> |
26 | </a> | 26 | </a> |
27 | </p> | 27 | </p> |
@@ -39,7 +39,7 @@ donating them](https://soutenir.framasoft.org/en/).** | |||
39 | <img src="https://david-dm.org/Chocobozzz/PeerTube.svg" alt="Dependencies Status" /> | 39 | <img src="https://david-dm.org/Chocobozzz/PeerTube.svg" alt="Dependencies Status" /> |
40 | </a> | 40 | </a> |
41 | 41 | ||
42 | <a href="https://david-dm.org/Chocobozzz/PeerTube#info=dev"> | 42 | <a href="https://david-dm.org/Chocobozzz/PeerTube?type=dev"> |
43 | <img src="https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg" alt="devDependency Status" /> | 43 | <img src="https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg" alt="devDependency Status" /> |
44 | </a> | 44 | </a> |
45 | 45 | ||
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' | |||
5 | import { FollowState } from '../../shared/models/actors' | 5 | import { FollowState } from '../../shared/models/actors' |
6 | import { VideoPrivacy } from '../../shared/models/videos' | 6 | import { VideoPrivacy } from '../../shared/models/videos' |
7 | // Do not use barrels, remain constants as independent as possible | 7 | // Do not use barrels, remain constants as independent as possible |
8 | import { buildPath, isTestInstance, root, sanitizeHost, sanitizeUrl } from '../helpers/core-utils' | 8 | import { buildPath, isTestInstance, sanitizeHost, sanitizeUrl } from '../helpers/core-utils' |
9 | 9 | ||
10 | // --------------------------------------------------------------------------- | 10 | // --------------------------------------------------------------------------- |
11 | 11 | ||