chore: add lint precommit hook (#488)
This commit is contained in:
committed by
László Monda
parent
f6ea327813
commit
217d78a85f
@@ -100,7 +100,7 @@ export class UserConfiguration {
|
||||
return this.macros.find(macro => macroId === macro.id);
|
||||
}
|
||||
|
||||
recalculateConfigurationLength(){
|
||||
recalculateConfigurationLength() {
|
||||
const buffer = new UhkBuffer();
|
||||
this.toBinary(buffer);
|
||||
this.userConfigurationLength = buffer.offset;
|
||||
|
||||
Reference in New Issue
Block a user