mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-05-04 20:46:58 +00:00
lint
This commit is contained in:
parent
1bb5021c54
commit
bb3694bfed
1 changed files with 3 additions and 3 deletions
|
@ -131,7 +131,7 @@ export class ImportNotesProcessorService {
|
||||||
}
|
}
|
||||||
|
|
||||||
@bindThis
|
@bindThis
|
||||||
private parseTwitterFile(str : string) : null | { tweet: object }[] {
|
private parseTwitterFile(str : string) : { tweet: object }[] {
|
||||||
const jsonStr = str.replace(/^\s*window\.YTD\.tweets\.part0\s*=\s*/, '');
|
const jsonStr = str.replace(/^\s*window\.YTD\.tweets\.part0\s*=\s*/, '');
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Add table
Reference in a new issue