feat(monday): add monday integration

This commit is contained in:
Rıdvan Akca
2024-05-03 14:04:57 +02:00
committed by Jakub P.
parent 36e94ec0ad
commit 53b92cfc00
9 changed files with 106 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
import verifyCredentials from './verify-credentials.js';
const isStillVerified = async ($) => {
await verifyCredentials($);
return true;
};
export default isStillVerified;