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 dd6dffb commit 0256d99
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/AKfycbxsr_JGZVd3U4F7XSy0cnZFExcgFByRXK4A8FL5XE3n6A0t24_pLV-BOxBqhZZYxxTv/exec"; // デプロイしたURLをここに設定
const spreadsheetUrl = "https://script.google.com/macros/s/AKfycbxD2tImwIAp_xi_fQM6joyy7Ryii6H8oIqNwmTigIRMQ9wK_ZYNlOeZ3DMRad0RbDxk/exec"; // デプロイしたURLをここに設定

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

0 comments on commit 0256d99

Please sign in to comment.