Commit b4340f6c authored by nanahira's avatar nanahira

fix split char

parent cd5e6ef0
Pipeline #14766 passed with stages
in 3 minutes and 27 seconds
......@@ -13,7 +13,7 @@ export class HamiFetcherService extends ConsoleLogger {
private readonly hamiUsername: string = this.config.get('hamiUsername');
private readonly hamiBlacklistSearches: string[] = this.config
.get('hamiBlacklistSearch')
?.split(',');
?.split(' ');
constructor(private http: HttpService, private config: ConfigService) {
super('HamiFetcherService');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment