forked from daren.hsu/line_push
6 lines
83 B
JavaScript
6 lines
83 B
JavaScript
'use strict';
|
|
|
|
const consentVersion = 1;
|
|
|
|
exports.consentVersion = consentVersion;
|