Marcos Toledo
Results
2
comments of
Marcos Toledo
Don't have a public working example, but something like this should work: ``` ts // DB Repository const repo = { save: (_data) => undefined, find: (_data) => undefined, }...
Hey @lecaros, thanks for the reply! Just have a couple of questions: >it doesn't have a default value of 1. I skimmed over some [source code](https://github.com/fluent/fluent-bit/blob/1.7/src/flb_output.c#L953), is the default 0?...