Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyya8403 authored Oct 14, 2024
1 parent 0256d99 commit 1a59671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Quagga.onDetected(function(data) {
// ビープ音を再生
beepSound.play();

const spreadsheetUrl = "https://script.google.com/macros/s/AKfycbxD2tImwIAp_xi_fQM6joyy7Ryii6H8oIqNwmTigIRMQ9wK_ZYNlOeZ3DMRad0RbDxk/exec"; // デプロイしたURLをここに設定
const spreadsheetUrl = "https://script.google.com/macros/s/AKfycbwqEmousr6Yc1NmlYIgAr22zNycbS9_RiVJe_nU4ElBn5353IooU0sZAhgU7nxGVVy4/exec"; // デプロイしたURLをここに設定

function sendBarcode(barcode) {
const xhr = new XMLHttpRequest(); // XHRオブジェクトを作成
Expand Down

0 comments on commit 1a59671

Please sign in to comment.