Skip to content

Commit

Permalink
bump chart version, fix undefined reference
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-m-song committed Apr 15, 2024
1 parent 96f1a88 commit a0038a2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion charts/huisheng/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: huisheng
description: Huisheng
type: application

version: 0.0.1
version: 0.0.2
appVersion: 0.0.1

home: https://github.com/hans-m-song/huisheng
Expand Down
2 changes: 0 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ log.debug('config', {
logLevel,
logFormat,
cacheDir,
cacheDatabaseUrl,
cacheDatabaseAuthToken: obscure(cacheDatabaseAuthToken ?? ''),
youtubeBaseUrl,
youtubeDLExecutable,
youtubeDLMaxConcurrency,
Expand Down
1 change: 0 additions & 1 deletion src/lib/utils.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import 'newrelic';

import axios from 'axios';
import { Collection, Collector } from 'discord.js';
import { promises as fs } from 'fs';
import internal from 'stream';
Expand Down

0 comments on commit a0038a2

Please sign in to comment.