This commit is contained in:
Willian Mitsuda 2021-11-01 15:37:10 -03:00
parent b90c92a436
commit 74a9b05c04
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ const resolveSourcifySource = (source: SourcifySource) => {
return sourcifyHttpRepoPrefix; return sourcifyHttpRepoPrefix;
} }
throw new Error(`Unknown Sourcify intergration source code: ${source}`); throw new Error(`Unknown Sourcify integration source code: ${source}`);
}; };
export const sourcifyMetadata = ( export const sourcifyMetadata = (