Frontend WASM compilado + fixes PartialEq + uuid js feature
Build & Deploy NutriApp / build-and-deploy (push) Failing after 7m12s
Build & Deploy NutriApp / build-and-deploy (push) Failing after 7m12s
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
|
||||
export function getMetaContents(meta_name) {
|
||||
const selector = document.querySelector(`meta[name="${meta_name}"]`);
|
||||
if (!selector) {
|
||||
return null;
|
||||
}
|
||||
return selector.content;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user