mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +01:00
[Client] Fix bug
This commit is contained in:
parent
f8cd83d3be
commit
be777d628f
@ -48,14 +48,14 @@
|
|||||||
|
|
||||||
</style>
|
</style>
|
||||||
<script>
|
<script>
|
||||||
|
import isPromise from '../../common/scripts/is-promise';
|
||||||
|
|
||||||
this.mixin('i');
|
this.mixin('i');
|
||||||
this.mixin('api');
|
this.mixin('api');
|
||||||
this.mixin('stream');
|
this.mixin('stream');
|
||||||
|
|
||||||
const stream = this.stream.event;
|
const stream = this.stream.event;
|
||||||
|
|
||||||
const isPromise = require('../../common/scripts/is-promise');
|
|
||||||
|
|
||||||
this.user = null;
|
this.user = null;
|
||||||
this.userPromise = isPromise(this.opts.user)
|
this.userPromise = isPromise(this.opts.user)
|
||||||
? this.opts.user
|
? this.opts.user
|
||||||
|
Loading…
Reference in New Issue
Block a user