Skip to content

Commit

Permalink
fixes typo missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanrobert committed Oct 2, 2024
1 parent 2f4d989 commit abb62d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server/lib/WidgetRepository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {GristServer} from 'app/server/lib/GristServer';
import LRUCache from 'lru-cache';
import * as url from 'url';
import { AsyncCreate } from 'app/common/AsyncCreate';
import { proxyAgent } from 'app/server/lib/ProxyAgent'
import { proxyAgent } from 'app/server/lib/ProxyAgent';

// Static url for UrlWidgetRepository
const STATIC_URL = process.env.GRIST_WIDGET_LIST_URL;
Expand Down

0 comments on commit abb62d2

Please sign in to comment.