Skip to content

Commit

Permalink
Forcing action build
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Cunningham <dan@digitaldan.com>
  • Loading branch information
digitaldan committed Feb 19, 2023
1 parent 1015f49 commit 313390d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ var form = require('express-form'),
field = form.field,
system = require('../system');


exports.devicesget = function(req, res) {
UserDevice.find({owner: req.user.id}, function(error, userDevices) {
if (!userDevices || error) {
Expand Down

0 comments on commit 313390d

Please sign in to comment.