Skip to content

Commit 46ed56a

Browse files
committed
fix(fetch-governance): replace promisify with fs/promises.writeFile import
1 parent 4c51f76 commit 46ed56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/content-tree-enhancers.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import fs from 'fs';
22
import path from 'path';
33
import frontMatter from 'front-matter';
4-
import {remark} from 'remark';
4+
import { remark } from 'remark';
55
import slug from '../../src/remark-plugins/remark-slug/index.mjs';
66
import extractAnchors from 'remark-extract-anchors';
77
import remarkHtml from 'remark-html';

0 commit comments

Comments
 (0)