Skip to content

moved changePrivilege to users#65

Open
smontana30 wants to merge 1 commit into
masterfrom
updateUsers
Open

moved changePrivilege to users#65
smontana30 wants to merge 1 commit into
masterfrom
updateUsers

Conversation

@smontana30
Copy link
Copy Markdown
Contributor

Fixes #

Description

Types of changes

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Other

Checklist:

  • My code follows the code style of this project found on ESLint.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

import * as functions from 'firebase-functions';
import { db } from '../index';
import { createUser, editUser } from '../Services/User';
import { createUser, editUser, changePrivilegeOfMembers } from '../Services/User';
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a minor thing, but shouldn't this be named changePriviledgeOfUsers now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants