Skip to content

Commit

Permalink
feat(3636): track reasons for choosing cloud provider
Browse files Browse the repository at this point in the history
  • Loading branch information
golebu2020 committed Sep 26, 2024
1 parent e695d72 commit e695c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app/api/public-cloud/products/download/route.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { EventType, ProjectStatus } from '@prisma/client';
import _join from 'lodash/join';
import _join from 'lodash-es/join';
import createApiHandler from '@/core/api-handler';
import { NoContent, CsvResponse } from '@/core/responses';
import { ministryKeyToName } from '@/helpers/product';
Expand Down

0 comments on commit e695c7c

Please sign in to comment.