Add Fix2
Some checks failed
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Failing after 2m54s

This commit is contained in:
Leandro Hernan Rojas 2025-08-18 01:34:25 -03:00
parent c758e39cb2
commit b2f3fec825

View File

@ -2,7 +2,7 @@
namespace Transversal.Services
{
public static class Gs1CodeParser
public class Gs1CodeParser
{
// GS1 FNC1 (ASCII 29)
private const char FNC1 = (char)29;