Use meId from prod

This commit is contained in:
ekzyis 2024-10-16 03:16:40 +02:00
parent 506cb7f6f1
commit a346a849db

View File

@ -16,7 +16,8 @@ import (
var (
c = sn.GetClient()
// TODO: fetch our id from SN API
meId = 21858
// prod: 25176 | local: 21858
meId = 25176
)
func main() {