Skip to content

Instantly share code, notes, and snippets.

@joshbetz
Last active October 25, 2024 18:58
Show Gist options
  • Save joshbetz/621f5c7c63ce702e00d29cb73997b9c1 to your computer and use it in GitHub Desktop.
Save joshbetz/621f5c7c63ce702e00d29cb73997b9c1 to your computer and use it in GitHub Desktop.
sleep
exports.onExecutePostLogin = async (event, api) => {
await new Promise(r => setTimeout(r, 4000));
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment