mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
making build work
This commit is contained in:
parent
b1e3c2e1c7
commit
6bbc669382
1 changed files with 1 additions and 2 deletions
|
@ -152,8 +152,7 @@ export default class Connection {
|
|||
} catch (e) {
|
||||
return;
|
||||
}
|
||||
const simpleObj = objs[0];
|
||||
|
||||
|
||||
const simpleObj = objs[0];
|
||||
if (simpleObj.stream) {
|
||||
// is Mastodon Compatible
|
||||
|
|
Loading…
Reference in a new issue