projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b53a14
)
fix typo in code comment
author
Marcin Mikołajczak
<me@mkljczk.pl>
Wed, 5 Feb 2020 13:50:16 +0000
(14:50 +0100)
committer
Rigel Kent
<par@rigelk.eu>
Wed, 5 Feb 2020 13:57:05 +0000
(14:57 +0100)
server/helpers/core-utils.ts
patch
|
blob
|
history
diff --git
a/server/helpers/core-utils.ts
b/server/helpers/core-utils.ts
index 2cecea4500bc1d64c41693a72064f89c5a920ded..b1f5d9610ba28d6e4cbf996cf0000fbd4d1835c1 100644
(file)
--- a/
server/helpers/core-utils.ts
+++ b/
server/helpers/core-utils.ts
@@
-1,7
+1,7
@@
/* eslint-disable no-useless-call */
/*
- Different from 'utils' because we don't
not
import other PeerTube modules.
+ Different from 'utils' because we don't import other PeerTube modules.
Useful to avoid circular dependencies.
*/