feat: add age attribute to character history and localization support
All checks were successful
Build Docker Image / build (push) Successful in 1m13s
All checks were successful
Build Docker Image / build (push) Successful in 1m13s
This commit is contained in:
@@ -23,7 +23,8 @@ const columns = [
|
||||
'origin',
|
||||
'devilFruitType',
|
||||
'arc',
|
||||
'status'
|
||||
'status',
|
||||
'age'
|
||||
] as const;
|
||||
|
||||
async function initColumnConfig(): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user