mirror of
https://github.com/zhigang1992/firebase-tools.git
synced 2026-05-24 00:48:53 +08:00
Full suite of data commands: get, set, update, push, remove
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
var FirebaseError = require('./error');
|
||||
var _ = require('lodash');
|
||||
|
||||
module.exports = function(response, body, options) {
|
||||
if (response.statusCode < 400) {
|
||||
|
||||
Reference in New Issue
Block a user