diff --git a/src/resolvers/learningpathResolvers.ts b/src/resolvers/learningpathResolvers.ts
index fccd46d8..01288899 100644
--- a/src/resolvers/learningpathResolvers.ts
+++ b/src/resolvers/learningpathResolvers.ts
@@ -77,7 +77,7 @@ const buildOembedFromIframeUrl = (url: string): GQLLearningpathStepOembed => {
version: "1.0",
height: 800,
width: 800,
- html: ``,
+ html: ``,
};
};