Ver código fonte

注释 sync-node-native-data

DevYK 2 anos atrás
pai
commit
0770645ce3
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      model/moralis_sdk.js

+ 1 - 1
model/moralis_sdk.js

@@ -1430,7 +1430,7 @@ async function getTokenTransfersV2(opt) {
                 if (tryCount == 1) {
                     t_1 = await getTransferRecord(options, 'native', 0);
                     if (t_1) {
-                        logger.error('sync-node-native-data', JSON.stringify(t_1))
+                        logger.info('sync-node-native-data', JSON.stringify(t_1), JSON.stringify(options))
                         break
                     } else {
                         logger.error('sync-node-native-data error', JSON.stringify(options))