Guest User

Untitled

a guest
Jan 19th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. function createUser() {
  2. if (profile) {
  3. try {
  4. createProfile.create();
  5. } catch (err) {
  6. console.log('couldn't create)
  7. }
  8. }
  9.  
  10. if (access) {
  11. try {
  12. giveAccess.give();
  13. } catch (err) {
  14. console.log('no access given')
  15. }
  16. }
  17. }
Add Comment
Please, Sign In to add comment