Skip to content

Commit

Permalink
fix broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jun 11, 2024
1 parent be33e15 commit c0d487f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/clear-context-facts.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

import clearContextFacts from '../../backend/clear-context-facts';
import clearContextFacts from '../../backend/clearContextFacts';

export default async function handler(req, res) {
try {
Expand Down

0 comments on commit c0d487f

Please sign in to comment.