Skip to content

Commit e78e98c

Browse files
committed
Fix import in add-minutes script
1 parent 9e94b77 commit e78e98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/add-minutes.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import { getEnvKey } from './common/envkeys.mjs';
1414
import { fetchProject } from './node/lib/project.mjs'
1515
import { validateSession } from './common/validate.mjs';
16-
import { updateSessionDescription } from './node/lib/session.mjs';
16+
import { updateSessionDescription } from './common/session.mjs';
1717
import todoStrings from './common/todostrings.mjs';
1818

1919

0 commit comments

Comments
 (0)