mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -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) {
|
} 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
|
||||||
|
|
Loading…
Reference in a new issue