style: fix prefer-const and prettier formatting issues
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
let loading = $state(true);
|
||||
let error = $state(false);
|
||||
let page = $state(1);
|
||||
let perPage = $state(20);
|
||||
const perPage = $state(20);
|
||||
let total = $state(0);
|
||||
let includeAcknowledged = $state(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user