diff options
author | Chocobozzz <me@florianbigard.com> | 2022-05-03 16:12:10 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-05-03 16:12:10 +0200 |
commit | 9295c68b74fe1f1e2e9f72009205d7f0379844c5 (patch) | |
tree | 28172f50c4b3e5fe63a233e3e4a7c27ac3d307da /server/helpers/geo-ip.ts | |
parent | 39e68a3254242bd410ffc20b7f74b442a07b390f (diff) | |
download | PeerTube-9295c68b74fe1f1e2e9f72009205d7f0379844c5.tar.gz PeerTube-9295c68b74fe1f1e2e9f72009205d7f0379844c5.tar.zst PeerTube-9295c68b74fe1f1e2e9f72009205d7f0379844c5.zip |
Fix live constraints tests
Diffstat (limited to 'server/helpers/geo-ip.ts')
-rw-r--r-- | server/helpers/geo-ip.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/helpers/geo-ip.ts b/server/helpers/geo-ip.ts index 4ba7011c2..9e44d660f 100644 --- a/server/helpers/geo-ip.ts +++ b/server/helpers/geo-ip.ts | |||
@@ -53,7 +53,7 @@ export class GeoIP { | |||
53 | 53 | ||
54 | await writeFile(mmdbPath, gotResult.body) | 54 | await writeFile(mmdbPath, gotResult.body) |
55 | 55 | ||
56 | // Reini reader | 56 | // Reinit reader |
57 | this.reader = undefined | 57 | this.reader = undefined |
58 | 58 | ||
59 | logger.info('GeoIP database updated %s.', mmdbPath, lTags()) | 59 | logger.info('GeoIP database updated %s.', mmdbPath, lTags()) |