Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
timleslie committed Sep 25, 2020
1 parent cc5c6f5 commit f699229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fields-cloudinary-image/src/Implementation.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class CloudinaryImage extends File.implementation {

const MongoCloudinaryImageInterface = File.adapters.mongoose;
const KnexCloudinaryImageInterface = File.adapters.knex;
const PrismaCloudinaryImageInterface = File.adapters.knex;
const PrismaCloudinaryImageInterface = File.adapters.prisma;

export {
CloudinaryImage,
Expand Down

0 comments on commit f699229

Please sign in to comment.