chore: Update database migration
This commit is contained in:
parent
baea9746fd
commit
d4ec574cc9
2 changed files with 3 additions and 2 deletions
|
|
@ -9,6 +9,7 @@ class FluffyClient extends Client {
|
|||
static FluffyClient _instance;
|
||||
|
||||
factory FluffyClient({testMode = false}) {
|
||||
Logs().level = Level.verbose;
|
||||
_instance ??= FluffyClient._internal(testMode: testMode);
|
||||
return _instance;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue