Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bluedeepart committed Apr 22, 2024
1 parent 8ff1082 commit 7c58950
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion blocks/blog-teaser/blog-teaser.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
getMetadata,
} from '../../scripts/lib-franklin.js';
import { fetchFragment, formatDate } from '../../scripts/scripts.js';
import ffetch from '../../scripts/ffetch.js';
import { getBlogsAndPublications } from '../recent-news-carousel/recent-news-carousel.js';

function renderBlockTeaser(blogData) {
Expand Down
1 change: 1 addition & 0 deletions blocks/recent-news-carousel/recent-news-carousel.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable import/no-cycle */
import ffetch from '../../scripts/ffetch.js';
import { createRecentResourceCarousel } from '../recent-blogs-carousel/recent-blogs-carousel.js';

Expand Down

0 comments on commit 7c58950

Please sign in to comment.