this should be slightly more unique
This commit is contained in:
parent
dd6d7bf9ab
commit
b2f2d77c85
@ -95,7 +95,7 @@ const generatableVendors: IGeneratableVendorInfo[] = [
|
||||
];
|
||||
|
||||
const getVendorOid = (typeName: string): string => {
|
||||
return "67dadc30e4b6e0e5" + catBreadHash(typeName).toString(16).padStart(8, "0");
|
||||
return "5be4a159b144f3cd" + catBreadHash(typeName).toString(16).padStart(8, "0");
|
||||
};
|
||||
|
||||
export const getVendorManifestByTypeName = (typeName: string): IVendorManifest | undefined => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user