Skip to content

Commit 87df1d0

Browse files
committed
Changed all double quotes to simple quotes
1 parent 43de8d9 commit 87df1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin-functions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ exports.deleteUser = functions.https.onRequest((req, res) => {
131131
//more on http://expressjs.com/en/4x/api.html#req.body
132132
admin.auth().deleteUser(uid)
133133
.then(() => {
134-
console.log("Deleted user successfully");
134+
console.log('Deleted user successfully');
135135
//send a message to client web if the user is
136136
//successfully deleted
137137
res.status(200).send({

0 commit comments

Comments
 (0)