Skip to content

Commit

Permalink
test sync using Google Apps Script plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bricelabelle committed Sep 13, 2019
1 parent 4028a10 commit d3ea5b2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions inventory.gs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//Takes a tag number and returns the snipe id for the asset.
//(The id is what's used to make changes to an asset)
//The id is what's used to make changes to an asset.
function getAssetIDByTag(tag) {

var url = serverURL + 'api/v1/hardware?search=' + tag;
Expand Down Expand Up @@ -247,5 +247,4 @@ function getLocations(){
var locations = JSON.parse(ss.getRange(1,1).getValues()[0])
Logger.log(locations)
return locations
}

}

0 comments on commit d3ea5b2

Please sign in to comment.