mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 06:41:36 -07:00
Update src/client/app/admin/views/ap-log.vue
This commit is contained in:
parent
2c06d515cb
commit
8ef5a92162
1 changed files with 0 additions and 9 deletions
|
@ -40,15 +40,6 @@ export default Vue.extend({
|
|||
id: Math.random().toString().substr(2, 8),
|
||||
length: 50
|
||||
});
|
||||
|
||||
setInterval(() => {
|
||||
this.onLog({
|
||||
direction: ['in', 'out'][Math.floor(Math.random() * 2)],
|
||||
activity: 'Create',
|
||||
host: 'misskey.ai',
|
||||
actor: 'foobar'
|
||||
});
|
||||
}, 1000);
|
||||
},
|
||||
|
||||
beforeDestroy() {
|
||||
|
|
Loading…
Reference in a new issue