mirror of
https://github.com/qdm12/gluetun.git
synced 2026-06-17 08:54:10 +02:00
chore(settings): use gosettings/sources/env functions
This commit is contained in:
+1
-1
@@ -52,5 +52,5 @@ func (s *Source) readID(key, retroKey string) (
|
||||
idEnvKey, ErrSystemIDNotValid, idUint64, max)
|
||||
}
|
||||
|
||||
return uint32Ptr(uint32(idUint64)), nil
|
||||
return ptrTo(uint32(idUint64)), nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user