This commit is contained in:
Jill 2023-11-12 23:03:04 +03:00
parent 1559e0f70b
commit 6705b0cd4d
Signed by: oat
GPG Key ID: 33489AA58A955108
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ module.exports = {
await db<Counter>('counters')
.where('key', type)
.update({
'allowlistProducer': enabled
'allowlistConsumer': enabled
});
}