fix: reference credentials class instead of instance in package.json

This commit is contained in:
2025-12-23 10:21:07 +01:00
parent 81af2884e0
commit a57f51b847

View File

@@ -25,7 +25,7 @@
"KDrive"
],
"credentials": [
"kdriveCredentials"
"KDriveCredentials"
]
}
}