This commit is contained in:
Gustavo Maronato 2023-09-20 01:43:52 -03:00
parent 4e695e882d
commit 7623b16f5a
No known key found for this signature in database

View file

@ -42,7 +42,6 @@ func NewFingerReader() *FingerReader {
func (f *FingerReader) ReadFiles(cfg *config.Config) error { func (f *FingerReader) ReadFiles(cfg *config.Config) error {
// Read URNs file // Read URNs file
file, err := os.ReadFile(cfg.URNPath) file, err := os.ReadFile(cfg.URNPath)
if err != nil { if err != nil {
// If the file does not exist and the path is the default, set the URNs to an empty map // If the file does not exist and the path is the default, set the URNs to an empty map