Skip to content

Commit

Permalink
fix: remove deprecation research
Browse files Browse the repository at this point in the history
  • Loading branch information
raae committed Jul 28, 2024
1 parent b5a0bc1 commit 35dc48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/node-creation/types.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exports.CloudinaryAssetType = `
type CloudinaryAsset implements Node {
id: ID!
publicId: String! @deprecated(reason: "Use \`public_id\` instead")
publicId: String!
cloudName: String!
version: String
originalWidth: Int
Expand Down

0 comments on commit 35dc48a

Please sign in to comment.