mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 04:46:05 +00:00
added format command and added trailing commas to reduce conflicts
This commit is contained in:
@@ -5,7 +5,7 @@ export class Permission<Name extends string = string> {
|
||||
|
||||
toJSON() {
|
||||
return {
|
||||
name: this.name
|
||||
name: this.name,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user