feat(restore): Updates link label

This commit is contained in:
Kendell Joseph
2024-01-24 14:29:42 -05:00
parent f0446558d2
commit 3b0308fa92

View File

@@ -45,7 +45,7 @@ async function restoreVersion<T extends TypeWithID = any>(args: Arguments): Prom
throw new APIError('Missing ID of version to restore.', httpStatus.BAD_REQUEST)
}
// TODO: https://github.com/payloadcms/payload/discussions/4901
// WIP: https://github.com/payloadcms/payload/discussions/4901
// /////////////////////////////////////
// beforeOperation - Collection
// /////////////////////////////////////