making build work

This commit is contained in:
cutestnekoaqua 2023-02-09 23:32:40 +01:00
parent 717aa899b1
commit c422fb618b
No known key found for this signature in database
GPG Key ID: 6BF0964A5069C1E0
1 changed files with 1 additions and 2 deletions

View File

@ -152,8 +152,7 @@ export default class Connection {
} catch (e) { } catch (e) {
return; return;
} }
const simpleObj = objs[0];
const simpleObj = objs[0]; const simpleObj = objs[0];
if (simpleObj.stream) { if (simpleObj.stream) {
// is Mastodon Compatible // is Mastodon Compatible