Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
Code clean
Browse files Browse the repository at this point in the history
  • Loading branch information
cappp authored Dec 30, 2019
1 parent f116f0b commit f193e29
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions actions/store_firebase_member_data_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ module.exports = {
depends_on_mods: ["WrexMODS"],

//---------------------------------------------------------------------
// Action Storage Function
//
// Stores the relevant variable info for the editor.
//---------------------------------------------------------------------
// Action Storage Function
//
// Stores the relevant variable info for the editor.
//---------------------------------------------------------------------

variableStorage: function (data, varType) {
const type = parseInt(data.storage);
Expand Down Expand Up @@ -397,4 +397,4 @@ module.exports = {
}

}; // End of module


0 comments on commit f193e29

Please sign in to comment.